mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
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', 'arm32v7']
|
arch: ['amd64', 'arm64v8', 'arm32v7']
|
||||||
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