Skip to content

Commit a9d01d4

Browse files
committed
Update actions/checkout version
1 parent 6a38ca7 commit a9d01d4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Build Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Configure and reload Docker daemon to allow for bigger shm
1212
run: |
1313
echo '{ "cgroup-parent": "/actions_job", "default-shm-size": "512M" }' | sudo tee /etc/docker/daemon.json && sudo systemctl reload docker
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v6
1515
with:
1616
ref: master
1717
fetch-depth: 1
@@ -51,7 +51,7 @@ jobs:
5151
descriptionPath: tutorial/steam_description.txt
5252
- name: Upload artifact
5353
if: always()
54-
uses: actions/upload-artifact@v1.0.0
54+
uses: actions/upload-artifact@v7
5555
with:
5656
name: debug_images
5757
path: images

.github/workflows/CWTools_CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cwtools_job:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v6
3434
- uses: cwtools/cwtools-action@v1.0.0
3535
with:
3636
game: hoi4
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Upload output.json
4242
if: always()
43-
uses: actions/upload-artifact@v1.0.0
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: cwtools_output
4646
path: output.json

.github/workflows/Generate GitHub Pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
token: ${{ secrets.GHPAGES_PUSH_TOKEN }}
2929
ref: master
3030
- name: Checkout gh-pages branch
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
token: ${{ secrets.GHPAGES_PUSH_TOKEN }}
3434
ref: gh-pages

0 commit comments

Comments
 (0)