Skip to content

Commit b74e4de

Browse files
Update actions/cache action to v6
1 parent b76f847 commit b74e4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# You may remove this line if you want to manage the configuration yourself.
6262
static_site_generator: next
6363
- name: Restore cache
64-
uses: actions/cache@v3
64+
uses: actions/cache@v6
6565
with:
6666
path: |
6767
.next/cache

0 commit comments

Comments
 (0)