From 769fa798e07fe0e4794b2c33347f054c53c6acd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 08:55:04 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.49 to 2.69.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.69.6. - [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/44c6d64aa62cd779e873306675c7a58e86d6d532...06203676c62f0d3c765be3f2fcfbebbcb02d09f5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/enhanced-release.yml | 2 +- .github/workflows/rust-ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/enhanced-release.yml b/.github/workflows/enhanced-release.yml index 3e93e047d..54a59532a 100644 --- a/.github/workflows/enhanced-release.yml +++ b/.github/workflows/enhanced-release.yml @@ -103,7 +103,7 @@ jobs: targets: ${{ matrix.target }} - name: Install sccache - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: sccache diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c203e2b74..7ffa0d1c7 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@1.93.0 - - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + - uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: cargo-shear version: 1.5.1 @@ -319,7 +319,7 @@ jobs: # Install and restore sccache cache - name: Install sccache if: ${{ env.USE_SCCACHE == 'true' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: sccache version: 0.7.5 @@ -467,7 +467,7 @@ jobs: - name: Install cargo-chef if: ${{ matrix.profile == 'release' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: cargo-chef version: 0.1.71 @@ -643,7 +643,7 @@ jobs: - name: Install sccache if: ${{ env.USE_SCCACHE == 'true' }} - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: sccache version: 0.7.5 @@ -678,7 +678,7 @@ jobs: sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}-${{ steps.lockhash.outputs.hash }}- sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}- - - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2 + - uses: taiki-e/install-action@fd0f63e180a477d7434580b6d80817978b9ff2b8 # v2 with: tool: nextest version: 0.9.103