30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Install ${{ matrix.toolchain }}
33
- uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
33
+ uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
36
36
components : clippy
48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- name : Install ${{ matrix.toolchain }}
51
- uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
51
+ uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
52
52
with :
53
53
toolchain : ${{ matrix.toolchain }}
54
54
- name : cargo generate-lockfile
66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
- name : Install ${{ matrix.toolchain }}
69
- uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
69
+ uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
70
70
with :
71
71
toolchain : ${{ matrix.toolchain }}
72
72
- name : cargo generate-lockfile
84
84
steps :
85
85
- uses : actions/checkout@v4
86
86
- name : Install ${{ matrix.toolchain }}
87
- uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
87
+ uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
88
88
with :
89
89
toolchain : ${{ matrix.toolchain }}
90
90
- name : cargo generate-lockfile
@@ -101,7 +101,7 @@ jobs:
101
101
with :
102
102
submodules : true
103
103
- name : Install nightly
104
- uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e
104
+ uses : dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
105
105
with :
106
106
toolchain : nightly
107
107
- name : cargo doc
0 commit comments