From 95a1c6579274d7b2bedb9f0ef9465a90c0eca68c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:16:25 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd15d9a1..3314c536 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18.x - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-pnpm-modules with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 528c098a..8af2bd33 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-pnpm-modules with: