Skip to content

Commit b41a3b4

Browse files
committed
chore(ci): bump actions-rust-lang/setup-rust-toolchain to v1.15.4
1 parent c687070 commit b41a3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.15.4
3939
with:
4040
toolchain: stable
4141
cache: true

0 commit comments

Comments
 (0)