File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
os : [ubuntu-latest, windows-latest]
21
21
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
24
with :
25
25
submodules : true
26
26
47
47
needs : test
48
48
if : github.ref == 'refs/heads/main'
49
49
steps :
50
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
50
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51
51
with :
52
52
submodules : true
53
53
fetch-depth : 0
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
needs : test
149
149
steps :
150
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
150
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
151
151
with :
152
152
submodules : true
153
153
You can’t perform that action at this time.
0 commit comments