2323 - name : Check out repository
2424 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2525 - name : Install toolchain
26- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
26+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
2727 with :
2828 toolchain : stable
2929 - name : Cache build artifacts
3838 - name : Check out repository
3939 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4040 - name : Install toolchain
41- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
41+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
4242 with :
4343 toolchain : stable
4444 - name : Cache build artifacts
5757 - name : Check out repository
5858 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5959 - name : Install toolchain
60- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
60+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
6161 with :
6262 toolchain : stable
6363 - name : Cache build artifacts
7575 - name : Check out repository
7676 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7777 - name : Install toolchain
78- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
78+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
7979 with :
8080 toolchain : stable
8181 components : rustfmt, clippy
@@ -101,7 +101,7 @@ jobs:
101101 - name : Check out repository
102102 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
103103 - name : Install toolchain
104- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
104+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # v1
105105 with :
106106 toolchain : stable
107107 components : llvm-tools
0 commit comments