Skip to content

Commit fed6d9f

Browse files
committed
ci: use Cysharp/Actions checkout instead of 3rd party directly
1 parent 8500dcf commit fed6d9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-debug.yml

+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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: Cysharp/Actions/.github/actions/checkout@main
1818
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
1919
- run: dotnet build -c Debug
2020
- run: dotnet test -c Debug --no-build
@@ -39,7 +39,7 @@ jobs:
3939
UNITY_PASSWORD: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
4040
UNITY_SERIAL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
4141

42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+
- uses: Cysharp/Actions/.github/actions/checkout@main
4343

4444
# Run SourceGenerater to generate serialization code
4545
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main

.github/workflows/build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 10
2929
steps:
3030
- run: echo ${{ needs.update-packagejson.outputs.sha }}
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- uses: Cysharp/Actions/.github/actions/checkout@main
3232
with:
3333
ref: ${{ needs.update-packagejson.outputs.sha }}
3434
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
@@ -62,7 +62,7 @@ jobs:
6262
UNITY_SERIAL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
6363

6464
- run: echo ${{ needs.update-packagejson.outputs.sha }}
65-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+
- uses: Cysharp/Actions/.github/actions/checkout@main
6666
with:
6767
ref: ${{ needs.update-packagejson.outputs.sha }}
6868

0 commit comments

Comments
 (0)