3030 steps :
3131 - uses : actions/checkout@v3
3232 - name : Install ${{ matrix.toolchain }}
33- uses : dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
33+ uses : dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
3434 with :
3535 toolchain : ${{ matrix.toolchain }}
3636 components : clippy
4848 steps :
4949 - uses : actions/checkout@v3
5050 - name : Install ${{ matrix.toolchain }}
51- uses : dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
51+ uses : dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
5252 with :
5353 toolchain : ${{ matrix.toolchain }}
5454 - name : cargo generate-lockfile
6666 steps :
6767 - uses : actions/checkout@v3
6868 - name : Install ${{ matrix.toolchain }}
69- uses : dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
69+ uses : dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
7070 with :
7171 toolchain : ${{ matrix.toolchain }}
7272 - name : cargo generate-lockfile
8484 steps :
8585 - uses : actions/checkout@v3
8686 - name : Install ${{ matrix.toolchain }}
87- uses : dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
87+ uses : dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
8888 with :
8989 toolchain : ${{ matrix.toolchain }}
9090 - name : cargo generate-lockfile
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 submodules : true
103103 - name : Install nightly
104- uses : dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
104+ uses : dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
105105 with :
106106 toolchain : nightly
107107 - name : cargo doc
0 commit comments