mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
chore: update all actions used in workflows
This commit is contained in:
parent
3778c0d006
commit
605b8c67b5
8 changed files with 37 additions and 99 deletions
5
.github/workflows/security_scan.yml
vendored
5
.github/workflows/security_scan.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue