From c615105d453a4ec8d7901333f68f512bdbd740fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:47:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 886e4b8f..dbe58f12 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: node-version: 16 - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c349411..880f0b13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: node-version: 16 - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}