Updated "actions/checkout" to v3
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
arch: ['amd64', 'arm64v8']
|
||||
steps:
|
||||
- name: 'Checkout project'
|
||||
uses: 'actions/checkout@v1'
|
||||
uses: 'actions/checkout@v3'
|
||||
- name: 'Build image'
|
||||
run: |
|
||||
make binfmt-register
|
||||
|
||||
Reference in New Issue
Block a user