From 02e532017534d538bbb552012f53695b4c1152d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:53:55 +0000 Subject: [PATCH] build(deps): bump taiki-e/cache-cargo-install-action from 3 to 3.0.7 Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 3 to 3.0.7. - [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...v3.0.7) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-version: 3.0.7 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 c408b17..5c31a35 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 + uses: taiki-e/cache-cargo-install-action@v3.0.7 with: tool: cargo-dylint@5.0.0 - name: Install dylint-link if: steps.check.outputs.skip != 'true' - uses: taiki-e/cache-cargo-install-action@v3 + uses: taiki-e/cache-cargo-install-action@v3.0.7 with: tool: dylint-link@5.0.0 - name: Checkout lints