File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 10
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
18
18
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
19
19
- run : dotnet build -c Debug
20
20
- run : dotnet test -c Debug --no-build
39
39
UNITY_PASSWORD : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential"
40
40
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
41
41
42
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
43
43
44
44
# Run SourceGenerater to generate serialization code
45
45
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
Original file line number Diff line number Diff line change 28
28
timeout-minutes : 10
29
29
steps :
30
30
- run : echo ${{ needs.update-packagejson.outputs.sha }}
31
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
32
32
with :
33
33
ref : ${{ needs.update-packagejson.outputs.sha }}
34
34
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
62
62
UNITY_SERIAL : " op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial"
63
63
64
64
- run : echo ${{ needs.update-packagejson.outputs.sha }}
65
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
+ - uses : Cysharp/Actions/.github/ actions/checkout@main
66
66
with :
67
67
ref : ${{ needs.update-packagejson.outputs.sha }}
68
68
You can’t perform that action at this time.
0 commit comments