From ced7eab5eb55f3a952ba4e5cff643cc3915a5bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:38:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/clear-cache.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continuous-deployment.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index fceb17ee..e2f9e357 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -20,7 +20,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Activate dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -33,7 +33,7 @@ jobs: - name: Caching Gatsby id: gatsby-cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fa177717..9214524a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -69,7 +69,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Activate dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 7019ca6e..6fd3c4ee 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -40,7 +40,7 @@ jobs: run: echo "cache_dir=$(yarn cache dir)" >> "$GITHUB_ENV" - name: Activate dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ env.cache_dir }} @@ -53,7 +53,7 @@ jobs: - name: Caching Gatsby id: gatsby-cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public