Skip to content

Commit 2ab26b1

Browse files
chore(deps): update actions/cache action to v5
1 parent b5b1098 commit 2ab26b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Cache Node.js modules and Next.js build
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.npm

0 commit comments

Comments
 (0)