From 8cf04623e1e6598e989e98bdfcdcd8b05c1ad1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:34:37 +0000 Subject: [PATCH] ci: bump Swatinem/rust-cache from 2.9.1 to 2.9.2 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/c19371144df3bb44fab255c43d04cbc2ab54d1c4...6323deb102c322ba6fcbdcafc7e3dddab59af2b6) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 819fb73..e033d94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: cargo generate --path . --name deck-ci --silent --vcs none --destination "$RUNNER_TEMP/gen" # No toolchain pin here: rust-toolchain.toml (copied into the generated project) is # the single source of truth; rustup auto-installs it on the first cargo call. - - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: ${{ runner.temp }}/gen/deck-ci # Cargo.lock is a processed template file, so the generated root entry already @@ -93,7 +93,7 @@ jobs: run: | mkdir -p "$RUNNER_TEMP/gen" cargo generate --path . --name deck-ci --silent --vcs none --destination "$RUNNER_TEMP/gen" - - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: ${{ runner.temp }}/gen/deck-ci # Formatting is OS-independent, so gate `cargo fmt --check` once on the cheaper