mirror of
https://github.com/LacledesLAN/gamesvr-ut99.git
synced 2024-12-22 18:52:42 +01:00
Merge pull request #12 from LacledesLAN/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
commit
5f1d4629a9
2
.github/workflows/build-linux-image.yml
vendored
2
.github/workflows/build-linux-image.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Pull Latest Linux Base Image
|
||||
|
2
.github/workflows/update-dockerhub.yml
vendored
2
.github/workflows/update-dockerhub.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
uses: actions/checkout@v3
|
||||
- name: Update Docker HUB Description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user