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] committed Feb 3, 2024
1 parent 7cab141 commit e083e7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-apps-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# see https://github.com/vercel/next.js/pull/27362
- name: ♻️ Restore "docs" app build from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/apps/docs/.next/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-apps-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# see https://github.com/vercel/next.js/pull/27362
- name: ♻️ Restore "web" app build from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/apps/web/.next/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# see https://github.com/vercel/next.js/pull/27362
- name: ♻️ Restore packages cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-apps-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# see https://github.com/vercel/next.js/pull/27362
- name: ♻️ Restore "web" app build from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/apps/web/.next/cache
Expand Down

0 comments on commit e083e7b

Please sign in to comment.