From 936d78aebb31645ba17258f9de9460241c2e79ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:38:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/deploy-docs-to-github-pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e943711..79cf639 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -30,7 +30,7 @@ jobs: - name: Turbo Cache id: turbo-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules/.cache/turbo key: turbo-${{ github.sha }} diff --git a/.github/workflows/deploy-docs-to-github-pages.yml b/.github/workflows/deploy-docs-to-github-pages.yml index 90fbf67..1e4da6b 100644 --- a/.github/workflows/deploy-docs-to-github-pages.yml +++ b/.github/workflows/deploy-docs-to-github-pages.yml @@ -40,7 +40,7 @@ jobs: cache: pnpm - name: Turbo Cache id: turbo-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules/.cache/turbo key: turbo-${{ github.sha }}