From 155e47119947e46960c6206495ab779ea4e62926 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Tue, 12 May 2026 00:56:33 +0200 Subject: [PATCH] chore: force cache bust --- .github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 60c8ad3..a0dac2e 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -18,7 +18,7 @@ runs: uses: actions/cache@v5.0.4 with: path: ${{ env.STORE_PATH }} - key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-v2 restore-keys: | ${{ runner.os }}-pnpm-store- - name: Install dependencies