Skip to content

Commit bce22b7

Browse files
JustWaltersclaude
andcommitted
Update actions/cache from v2 to v4
Fix deprecated actions/cache version to avoid workflow interruptions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 728ed9a commit bce22b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
echo "::set-output name=version::$(node --version)"
1919
- name: Cache node_modules
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
id: cache-node-modules
2222
with:
2323
path: node_modules

0 commit comments

Comments
 (0)