File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments