From c1c5f25f029eeb14beebd1dd3868be069fa0cf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Wed, 2 Oct 2024 19:36:43 +0200 Subject: [PATCH] Upgrade google/wireit's setup-github-actions-caching to v2 --- .github/workflows/pr-coverage.yml | 2 +- .github/workflows/pr-realm-js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-coverage.yml b/.github/workflows/pr-coverage.yml index f1a994a9e3..07991fec70 100644 --- a/.github/workflows/pr-coverage.yml +++ b/.github/workflows/pr-coverage.yml @@ -35,7 +35,7 @@ jobs: cache: npm - name: Setup Wireit cache - uses: google/wireit@setup-github-actions-caching/v1 + uses: google/wireit@setup-github-actions-caching/v2 - name: Environment setup run: sudo apt-get install ccache ninja-build diff --git a/.github/workflows/pr-realm-js.yml b/.github/workflows/pr-realm-js.yml index 1700d2b6ac..8b44b7bf2c 100644 --- a/.github/workflows/pr-realm-js.yml +++ b/.github/workflows/pr-realm-js.yml @@ -142,7 +142,7 @@ jobs: cache: npm - name: Setup Wireit cache - uses: google/wireit@setup-github-actions-caching/v1 + uses: google/wireit@setup-github-actions-caching/v2 - name: MSVC Setup if: ${{ runner.os == 'Windows' }}