From 6d8b7c8ddabc80d963f46a778fda7c69d371529b Mon Sep 17 00:00:00 2001 From: Luis Schwab Date: Sat, 18 Apr 2026 12:03:50 -0300 Subject: [PATCH] chore(ci): bump `actions-rust-lang/setup-rust-toolchain` to v1.16.0 --- .github/workflows/audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 103061b..8778021 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ on: - '**/Cargo-recent.lock' - '**/Cargo-minimal.lock' schedule: - - cron: '0 0 * * 0' # At 00:00 on Sunday + - cron: '0 0 * * 0' # Sunday @ 00:00:00 UTC workflow_dispatch: env: CARGO_TERM_COLOR: always @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Install Rust toolchain and configure cache - uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1 + uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0 with: toolchain: stable cache: true