Update GitHub Actions Checkout to v3
This commit is contained in:
parent
2f6693f42f
commit
aa91ecf18b
2
.github/workflows/container_scan.yml
vendored
2
.github/workflows/container_scan.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out the codebase
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set variables
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user