From 957caf3ad8048f19a8496a73db96145670f86ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:54:12 +0000 Subject: [PATCH] build(deps): bump taiki-e/cache-cargo-install-action from 3.0.7 to 3.0.8 Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-base.yml b/.github/workflows/rust-base.yml index 2e1be4f..a6aa629 100644 --- a/.github/workflows/rust-base.yml +++ b/.github/workflows/rust-base.yml @@ -190,12 +190,12 @@ jobs: run: rustup toolchain install ${{ env.NIGHTLY }} --component rustc-dev --component llvm-tools-preview - name: Install cargo-dylint if: steps.check.outputs.skip != 'true' - uses: taiki-e/cache-cargo-install-action@v3.0.7 + uses: taiki-e/cache-cargo-install-action@v3.0.8 with: tool: cargo-dylint@6.0.3 - name: Install dylint-link if: steps.check.outputs.skip != 'true' - uses: taiki-e/cache-cargo-install-action@v3.0.7 + uses: taiki-e/cache-cargo-install-action@v3.0.8 with: tool: dylint-link@6.0.3 - name: Checkout lints