diff --git a/.github/workflows/cuda.yaml b/.github/workflows/cuda.yaml index 87bb4887790..fefeb92ad49 100644 --- a/.github/workflows/cuda.yaml +++ b/.github/workflows/cuda.yaml @@ -109,7 +109,7 @@ jobs: with: sync: false - name: Install nextest - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2 with: tool: nextest - name: Rust Tests