From 17b15fde4d8e9f7ef7b2ecca4f4ae5d29b093e5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:49:56 +0000 Subject: [PATCH] Update taiki-e/install-action digest to 9e1e580 --- .github/workflows/cuda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cuda.yaml b/.github/workflows/cuda.yaml index a8b702188c3..897d046d552 100644 --- a/.github/workflows/cuda.yaml +++ b/.github/workflows/cuda.yaml @@ -96,7 +96,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install nextest - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2 + uses: taiki-e/install-action@9e1e5806d4a4822de933115878265be9aaa786d9 # v2 with: tool: nextest - name: Rust Tests