Skip to content

Commit 446184c

Browse files
authored
Merge pull request #11 from VectorInstitute/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d07b818 + e5f2a24 commit 446184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
static_site_generator: next
4949
- name: Restore cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: |
5353
.next/cache

0 commit comments

Comments
 (0)