@@ -102,7 +102,7 @@ jobs:
102102 # There don't seem to be versioned releases of this action per se: for each rust
103103 # version there is a branch which gets constantly rebased on top of master.
104104 # We pin to a specific commit for paranoia's sake.
105- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
105+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
106106 with :
107107 toolchain : 1.58.1
108108 components : clippy
@@ -122,7 +122,7 @@ jobs:
122122 # There don't seem to be versioned releases of this action per se: for each rust
123123 # version there is a branch which gets constantly rebased on top of master.
124124 # We pin to a specific commit for paranoia's sake.
125- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
125+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
126126 with :
127127 toolchain : 1.58.1
128128 components : rustfmt
@@ -184,7 +184,7 @@ jobs:
184184 # There don't seem to be versioned releases of this action per se: for each rust
185185 # version there is a branch which gets constantly rebased on top of master.
186186 # We pin to a specific commit for paranoia's sake.
187- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
187+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
188188 with :
189189 toolchain : 1.58.1
190190 - uses : Swatinem/rust-cache@v2
@@ -228,7 +228,7 @@ jobs:
228228 # There don't seem to be versioned releases of this action per se: for each rust
229229 # version there is a branch which gets constantly rebased on top of master.
230230 # We pin to a specific commit for paranoia's sake.
231- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
231+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
232232 with :
233233 toolchain : 1.58.1
234234 - uses : Swatinem/rust-cache@v2
@@ -346,7 +346,7 @@ jobs:
346346 # There don't seem to be versioned releases of this action per se: for each rust
347347 # version there is a branch which gets constantly rebased on top of master.
348348 # We pin to a specific commit for paranoia's sake.
349- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
349+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
350350 with :
351351 toolchain : 1.58.1
352352 - uses : Swatinem/rust-cache@v2
@@ -489,7 +489,7 @@ jobs:
489489 # There don't seem to be versioned releases of this action per se: for each rust
490490 # version there is a branch which gets constantly rebased on top of master.
491491 # We pin to a specific commit for paranoia's sake.
492- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
492+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
493493 with :
494494 toolchain : 1.58.1
495495 - uses : Swatinem/rust-cache@v2
@@ -517,7 +517,7 @@ jobs:
517517 # There don't seem to be versioned releases of this action per se: for each rust
518518 # version there is a branch which gets constantly rebased on top of master.
519519 # We pin to a specific commit for paranoia's sake.
520- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
520+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
521521 with :
522522 toolchain : 1.58.1
523523 - uses : Swatinem/rust-cache@v2
0 commit comments