From 17b5e5246c3913dcf98a7e2f88df9961147d6bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:10:46 +0000 Subject: [PATCH] Update taiki-e/install-action digest to 0fd4636 --- .github/workflows/rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index d4bae52..d569bee 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install cargo-msrv - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2 with: tool: cargo-msrv - name: Verify sql-insight MSRV @@ -92,7 +92,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Tarpaulin - uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 + uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2 with: tool: cargo-tarpaulin fallback: none