chore: update all actions used in workflows

This commit is contained in:
K3rnelPan1c 2022-10-22 18:23:32 +02:00
parent 3778c0d006
commit 605b8c67b5
No known key found for this signature in database
GPG key ID: 4311D61DF6C90722
8 changed files with 37 additions and 99 deletions

View file

@ -16,9 +16,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- name: Install CRDA
uses: redhat-actions/openshift-tools-installer@v1