From dedf207db5542604d2d6327704ad639aa29a49c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 01:04:22 +0000 Subject: [PATCH] chore: update actions/cache action to v6 --- .github/workflows/create-release.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- .github/workflows/pr-checks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index bc3747ed..337f5663 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -18,7 +18,7 @@ jobs: lfs: true - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7f64f48..2ad12727 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: lfs: true - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -119,7 +119,7 @@ jobs: lfs: true - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 914a7e28..dc4b283b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -20,7 +20,7 @@ jobs: lfs: true - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}