We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions-rust-lang/setup-rust-toolchain
1 parent c687070 commit b41a3b4Copy full SHA for b41a3b4
.github/workflows/audit.yml
@@ -12,7 +12,7 @@ on:
12
- '**/Cargo-recent.lock'
13
- '**/Cargo-minimal.lock'
14
schedule:
15
- - cron: '0 0 * * 0' # At 00:00 on Sunday
+ - cron: '0 0 * * 0' # Sunday @ 00:00:00 UTC
16
workflow_dispatch:
17
env:
18
CARGO_TERM_COLOR: always
@@ -35,7 +35,7 @@ jobs:
35
persist-credentials: false
36
37
- name: Install Rust toolchain and configure cache
38
- uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
+ uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.15.4
39
with:
40
toolchain: stable
41
cache: true
0 commit comments