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