Skip to content

Commit 2e34104

Browse files
committed
Merge #44: Bump actions-rust-lang/setup-rust-toolchain to v1.16.0
6d8b7c8 chore(ci): bump `actions-rust-lang/setup-rust-toolchain` to v1.16.0 (Luis Schwab) Pull request description: Overrides #35 ## Changelog ``` - Bump `actions-rust-lang/setup-rust-toolchain` to v1.16.0 on the `audit.yml` workflow ``` ACKs for top commit: ValuedMammal: ACK 6d8b7c8 Tree-SHA512: 980e655712ddb8a0937a752ddbb2e27ad6f0e66a83917bfc447b6b80caae442858896d6255669410a5b1306b612b4da64c6423357dbaef09f9470eaa57097a8c
2 parents c687070 + 6d8b7c8 commit 2e34104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**/Cargo-recent.lock'
1313
- '**/Cargo-minimal.lock'
1414
schedule:
15-
- cron: '0 0 * * 0' # At 00:00 on Sunday
15+
- cron: '0 0 * * 0' # Sunday @ 00:00:00 UTC
1616
workflow_dispatch:
1717
env:
1818
CARGO_TERM_COLOR: always
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Install Rust toolchain and configure cache
38-
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
38+
uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
3939
with:
4040
toolchain: stable
4141
cache: true

0 commit comments

Comments
 (0)