File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
# artifacts are downloaded first.
34
34
needs : install-cross
35
35
steps :
36
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
36
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
37
37
with :
38
38
submodules : true
39
39
- if : matrix.mingw_package
66
66
# macOS isn't currently using this either, but see the note about Windows above.
67
67
needs : install-cross
68
68
steps :
69
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
69
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
70
70
with :
71
71
submodules : true
72
72
- run : ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
83
83
runs-on : ubuntu-latest
84
84
needs : install-cross
85
85
steps :
86
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
86
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
87
87
with :
88
88
submodules : true
89
89
You can’t perform that action at this time.
0 commit comments