From 7ce106746a03fc92cf2a99b3853d2ee7c0e7af1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:39:19 +0000 Subject: [PATCH] chore(deps): Update taiki-e/install-action digest Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 8 ++++---- .github/workflows/coverage.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- .github/workflows/valgrind.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88daa465d..1db5e9264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,11 +51,11 @@ jobs: cache-on-failure: true - name: 'Install cargo insta' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-insta - name: 'Install cargo nextest' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-nextest diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 81e67a935..721ed885a 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -56,22 +56,22 @@ jobs: run: lefthook install - name: Install cargo-insta - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-insta - name: Install cargo-nextest - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-nextest - name: Install taplo - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: taplo - name: Install typos - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: typos-cli - name: Verify installation diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b51f31a71..b8a9a47a5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,12 +39,12 @@ jobs: run: uv sync --all-groups - name: 'Install cargo nextest' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-nextest - name: Install cargo-llvm-cov - uses: taiki-e/install-action@12ed20a2623efa905821036b9bae41ea21e1a490 # cargo-llvm-cov + uses: taiki-e/install-action@9458fed45835344deb5e69e06e831be047c96abf # cargo-llvm-cov - name: Generate coverage report shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eea790ed..b93878294 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,16 +114,16 @@ jobs: # run: echo "VCTargetsPath=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\ARM64" >> $GITHUB_ENV - name: 'Install cargo insta' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-insta - name: 'Install cargo nextest' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-nextest - name: Install taplo - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: taplo diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index f3e32e953..b66eacdef 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -49,7 +49,7 @@ jobs: sudo apt-get install -y libc6-dbg valgrind - name: Install cargo-valgrind - uses: taiki-e/install-action@445c49c9f51a1c75188acb3aa22701eec0472138 # cargo-valgrind + uses: taiki-e/install-action@baa048325c5131e747cf856b8a660c20e2f41689 # cargo-valgrind - name: Run cargo-valgrind continue-on-error: true