File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
27
27
steps :
28
28
- name : Checkout out code
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
with :
31
31
fetch-depth : 0
32
32
33
33
- name : Cache turbo build setup
34
- uses : actions/cache@v4
34
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
35
35
with :
36
36
path : .turbo
37
37
key : ${{ runner.os }}-turbo-${{ github.sha }}
@@ -62,12 +62,12 @@ jobs:
62
62
63
63
steps :
64
64
- name : Checkout Master
65
- uses : actions/checkout@v4
65
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
66
with :
67
67
fetch-depth : 0
68
68
69
69
- name : Cache turbo build setup
70
- uses : actions/cache@v4
70
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
71
71
with :
72
72
path : .turbo
73
73
key : ${{ runner.os }}-turbo-${{ github.sha }}
Original file line number Diff line number Diff line change 14
14
' push'
15
15
steps :
16
16
- name : checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments