File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
runs-on : ${{ matrix.os }}
36
36
37
37
steps :
38
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
39
39
- name : Rust Cache
40
40
41
41
with :
Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.os }}
28
28
29
29
steps :
30
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
30
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31
31
- name : Install compiler ${{ matrix.rustc_channel }} ( ${{ matrix.rustc_version }} )
32
32
run : |
33
33
if [[ "${{ matrix.rustc_channel }}" == nightly ]]; then
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
- - uses : " actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b " # v4
13
+ - uses : " actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 " # v4
14
14
- name : " TODO to Issue"
15
15
uses : " alstr/todo-to-issue-action@v4"
16
16
with :
You can’t perform that action at this time.
0 commit comments