30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Install ${{ matrix.toolchain }}
33
- uses : dtolnay/rust-toolchain@bb45937a053e097f8591208d8e74c90db1873d07
33
+ uses : dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
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@bb45937a053e097f8591208d8e74c90db1873d07
51
+ uses : dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
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@bb45937a053e097f8591208d8e74c90db1873d07
69
+ uses : dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
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@bb45937a053e097f8591208d8e74c90db1873d07
87
+ uses : dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
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@bb45937a053e097f8591208d8e74c90db1873d07
104
+ uses : dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
105
105
with :
106
106
toolchain : nightly
107
107
- name : cargo doc
0 commit comments