Skip to content

Commit e083e7b

Browse files
committed
chore(deps): update actions/cache action to v4
1 parent 7cab141 commit e083e7b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-apps-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# see https://github.com/vercel/next.js/pull/27362
5555
- name: ♻️ Restore "docs" app build from cache
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: |
5959
${{ github.workspace }}/apps/docs/.next/cache

.github/workflows/ci-apps-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

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

.github/workflows/ci-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# see https://github.com/vercel/next.js/pull/27362
5757
- name: ♻️ Restore packages cache
58-
uses: actions/cache@v3
58+
uses: actions/cache@v4
5959
with:
6060
path: |
6161
${{ github.workspace }}/.cache

.github/workflows/e2e-apps-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

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

0 commit comments

Comments
 (0)