File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : ${{ github.head_ref }}
1616 token : ${{ secrets.PATDOCSGEN }}
1717
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Generate current hash of 2-1-FullScene.ink
2222 run : echo "currentHash=$(find unity-ggjj/Assets/Resources/InkDialogueScripts/CaseDemo/2-1-FullScene.ink -type f -exec md5sum {} \; | md5sum)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 9797 testDirectories : ${{ steps.bashScript.outputs.testDirectories }}
9898 steps :
9999 - name : Checkout repository
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101
102102 - name : Run script file
103103 id : bashScript
@@ -171,7 +171,7 @@ jobs:
171171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
172172 steps :
173173 - name : Checkout repository
174- uses : actions/checkout@v4
174+ uses : actions/checkout@v5
175175
176176 - name : Download macOS
177177 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Create Sentry Credentials from Secrets
2828 run : |
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Github Pages branch
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 path : repo
2121 ref : gh-pages
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Create Sentry Credentials from Secrets
2424 run : |
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Setup dotnet
2121 uses : actions/setup-dotnet@v4
2222 with :
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 ref : ${{ github.head_ref }}
6464 token : ${{ secrets.PATDOCSGEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.head_ref }}
1919 token : ${{ secrets.PATDOCSGEN }}
You can’t perform that action at this time.
0 commit comments