From a2bbb2d22d869ccdc45a6f475eac47b48e866786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:09:07 +0000 Subject: [PATCH] ci: bump taiki-e/install-action from 2.81.11 to 2.82.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.11 to 2.82.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/15449e3094499af05d8d964a1c884208e4b8b595...9bcaee1dcae34154180f412e2fa69355a7cda9f6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54cee82..1dc099d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -653,7 +653,7 @@ jobs: with: components: rustfmt, clippy - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -744,7 +744,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -795,7 +795,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -878,7 +878,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1159,7 +1159,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1178,7 +1178,7 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install release-plz - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: release-plz - name: Bump versions @@ -1280,7 +1280,7 @@ jobs: with: targets: aarch64-apple-darwin - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1354,7 +1354,7 @@ jobs: targets: x86_64-apple-darwin - run: rustup target add x86_64-apple-darwin - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1425,7 +1425,7 @@ jobs: ref: ${{ needs.release.outputs.version }} - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1501,7 +1501,7 @@ jobs: targets: aarch64-unknown-linux-gnu - run: rustup target add aarch64-unknown-linux-gnu - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -1579,7 +1579,7 @@ jobs: with: targets: x86_64-pc-windows-msvc - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -2506,7 +2506,7 @@ jobs: sh -s -- -y --default-toolchain stable --target aarch64-apple-darwin echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -2593,7 +2593,7 @@ jobs: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" rustup target add x86_64-apple-darwin - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -2679,7 +2679,7 @@ jobs: sh -s -- -y --default-toolchain stable echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir @@ -2768,7 +2768,7 @@ jobs: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" rustup target add aarch64-unknown-linux-gnu - name: Install sccache - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: sccache - name: Configure sccache dir