From e912e70869808e23c3eaea159284910f5dd2f9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:42:57 +0000 Subject: [PATCH] chore(deps): bump the github-deps group with 2 updates Bumps the github-deps group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `taiki-e/install-action` from 2.61.5 to 2.62.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/849bd009f730a24e9db18262f4e9f062591dee39...d6912b47771be2c443ec90dbb3d28e023987e782) Updates `Swatinem/rust-cache` from 2.8.0 to 2.8.1 - [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/98c8021b550208e191a6a3145459bfc9fb29c4c0...f13886b937689c021905a6b90929199931d60db1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-deps - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-deps ... 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 a731d1d8..bcd39ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: pip install --requirement=.github/workflows/requirements.txt - name: Install `cargo-deny` & `just` - uses: taiki-e/install-action@849bd009f730a24e9db18262f4e9f062591dee39 # v2 + uses: taiki-e/install-action@d6912b47771be2c443ec90dbb3d28e023987e782 # v2 with: tool: cargo-deny,just @@ -42,7 +42,7 @@ jobs: run: rustup default stable - name: Cache - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 + uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 - name: just check run: just check