mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Merge pull request #8 from hectorm/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
d08e483047
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
stage: ['build']
|
stage: ['build']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Build and save image'
|
- name: 'Build and save image'
|
||||||
run: |
|
run: |
|
||||||
make \
|
make \
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
arch: ['native', 'amd64', 'arm64v8']
|
arch: ['native', 'amd64', 'arm64v8']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Download artifacts'
|
- name: 'Download artifacts'
|
||||||
uses: 'actions/download-artifact@v3'
|
uses: 'actions/download-artifact@v3'
|
||||||
with:
|
with:
|
||||||
@ -86,7 +86,7 @@ jobs:
|
|||||||
arch: ['amd64', 'arm64v8']
|
arch: ['amd64', 'arm64v8']
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Download artifacts'
|
- name: 'Download artifacts'
|
||||||
uses: 'actions/download-artifact@v3'
|
uses: 'actions/download-artifact@v3'
|
||||||
with:
|
with:
|
||||||
@ -111,7 +111,7 @@ jobs:
|
|||||||
contents: 'read'
|
contents: 'read'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout project'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v4'
|
||||||
- name: 'Login to Docker Hub'
|
- name: 'Login to Docker Hub'
|
||||||
uses: 'docker/login-action@v2'
|
uses: 'docker/login-action@v2'
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user