Skip to content

Commit b88aa8b

Browse files
authored
Merge pull request #54 from cosenal/action-cache-bump
Update gh workflow to use v4 of actions/cache
2 parents 3993500 + 3510d18 commit b88aa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: '18'
2525

26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.npm

0 commit comments

Comments
 (0)