3131 rust:
3232 - 'rust/**'
3333 - 'Cargo.toml'
34+ - 'Cargo.lock'
3435
3536 check-sampleconfig :
3637 runs-on : ubuntu-latest
@@ -110,7 +111,7 @@ jobs:
110111 # There don't seem to be versioned releases of this action per se: for each rust
111112 # version there is a branch which gets constantly rebased on top of master.
112113 # We pin to a specific commit for paranoia's sake.
113- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
114+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
114115 with :
115116 toolchain : 1.58.1
116117 components : clippy
@@ -130,7 +131,7 @@ jobs:
130131 # There don't seem to be versioned releases of this action per se: for each rust
131132 # version there is a branch which gets constantly rebased on top of master.
132133 # We pin to a specific commit for paranoia's sake.
133- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
134+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
134135 with :
135136 toolchain : 1.58.1
136137 components : rustfmt
@@ -220,7 +221,7 @@ jobs:
220221 # There don't seem to be versioned releases of this action per se: for each rust
221222 # version there is a branch which gets constantly rebased on top of master.
222223 # We pin to a specific commit for paranoia's sake.
223- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
224+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
224225 with :
225226 toolchain : 1.58.1
226227 - uses : Swatinem/rust-cache@v2
@@ -264,7 +265,7 @@ jobs:
264265 # There don't seem to be versioned releases of this action per se: for each rust
265266 # version there is a branch which gets constantly rebased on top of master.
266267 # We pin to a specific commit for paranoia's sake.
267- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
268+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
268269 with :
269270 toolchain : 1.58.1
270271 - uses : Swatinem/rust-cache@v2
@@ -381,7 +382,7 @@ jobs:
381382 # There don't seem to be versioned releases of this action per se: for each rust
382383 # version there is a branch which gets constantly rebased on top of master.
383384 # We pin to a specific commit for paranoia's sake.
384- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
385+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
385386 with :
386387 toolchain : 1.58.1
387388 - uses : Swatinem/rust-cache@v2
@@ -532,7 +533,7 @@ jobs:
532533 # There don't seem to be versioned releases of this action per se: for each rust
533534 # version there is a branch which gets constantly rebased on top of master.
534535 # We pin to a specific commit for paranoia's sake.
535- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
536+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
536537 with :
537538 toolchain : 1.58.1
538539 - uses : Swatinem/rust-cache@v2
@@ -592,7 +593,7 @@ jobs:
592593 # There don't seem to be versioned releases of this action per se: for each rust
593594 # version there is a branch which gets constantly rebased on top of master.
594595 # We pin to a specific commit for paranoia's sake.
595- uses : dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
596+ uses : dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
596597 with :
597598 toolchain : 1.58.1
598599 - uses : Swatinem/rust-cache@v2
0 commit comments