Skip to content

Commit 9a8a1d7

Browse files
committed
ci: update actions/checkout to v4 [skip ci]
1 parent 8e76611 commit 9a8a1d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-debug.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 10
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
1919
- run: dotnet build -c Debug
2020
#- run: dotnet test -c Debug --no-build
@@ -38,7 +38,7 @@ jobs:
3838
UNITY_PASSWORD: "op://GitHubActionsPublic/UNITY_LICENSE/credential"
3939
UNITY_SERIAL: "op://GitHubActionsPublic/UNITY_LICENSE/serial"
4040

41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
# Execute scripts: Export Package
4343
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
4444
- name: Build Unity (.unitypacakge)

.github/workflows/build-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 10
2828
steps:
2929
- run: echo ${{ needs.update-packagejson.outputs.sha }}
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
ref: ${{ needs.update-packagejson.outputs.sha }}
3333
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
@@ -61,7 +61,7 @@ jobs:
6161
UNITY_SERIAL: "op://GitHubActionsPublic/UNITY_LICENSE/serial"
6262

6363
- run: echo ${{ needs.update-packagejson.outputs.sha }}
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565
with:
6666
ref: ${{ needs.update-packagejson.outputs.sha }}
6767

0 commit comments

Comments
 (0)