Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent e087bfa commit 5fb2b5b
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_discussion_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -107,7 +107,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_merge_to_main_supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -91,7 +91,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -142,7 +142,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -294,7 +294,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -343,7 +343,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -413,7 +413,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand All @@ -430,7 +430,7 @@ jobs:
run: echo "version=$(yarn playwright --version)" >> $GITHUB_OUTPUT

- name: Cache playwright binaries
uses: actions/cache@v3
uses: actions/cache@v4
id: playwright-cache
with:
path: "~/.cache/ms-playwright"
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -481,7 +481,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -68,7 +68,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request_supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_docs_embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

- name: Load Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn_cache_id
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-yarn
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
id: node_modules_cache_id
with:
path: |
Expand Down

0 comments on commit 5fb2b5b

Please sign in to comment.