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']
|
arch: ['amd64', 'arm64v8']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v1'
|
uses: 'actions/checkout@v3'
|
||||||
- name: 'Build image'
|
- name: 'Build image'
|
||||||
run: |
|
run: |
|
||||||
make binfmt-register
|
make binfmt-register
|
||||||
|
|||||||
Reference in New Issue
Block a user