mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Updated "actions/checkout" to v3
This commit is contained in:
parent
b7363ac498
commit
69f35f3305
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
arch: ['amd64', 'arm64v8', 'arm32v7']
|
||||
steps:
|
||||
- name: 'Checkout project'
|
||||
uses: 'actions/checkout@v1'
|
||||
uses: 'actions/checkout@v3'
|
||||
- name: 'Build image'
|
||||
run: |
|
||||
make binfmt-register
|
||||
|
Loading…
Reference in New Issue
Block a user