From 9d5f85b132e3d3be31bff60469e59bbe2a1f87a2 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Mon, 6 May 2024 13:20:18 +0000 Subject: [PATCH] Use v2 of taiki-e/install-action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 285afbbb5e9..81caaa7a583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - run: | # it should never be a failure not to get the caches, as they can be regenerated. git lfs fetch && git lfs checkout || true - - uses: taiki-e/install-action@v1 + - uses: taiki-e/install-action@v2 with: tool: nextest - name: "Test (nextest)" @@ -102,7 +102,7 @@ jobs: with: toolchain: stable targets: ${{ matrix.target }} - - uses: taiki-e/install-action@v1 + - uses: taiki-e/install-action@v2 with: tool: cross - name: "check"