Skip to content

Commit bc1276c

Browse files
authored
Merge pull request #69 from envoy/update-cache-action
actions/cache@v2 no longer works, and must be updated
2 parents ff0b639 + 9c0e296 commit bc1276c

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)