Skip to content

Commit e0c5bba

Browse files
authored
Merge pull request #87 from envoy/fix-cache-action
Fix deprecated actions/cache v2 in package workflow
2 parents 728ed9a + bce22b7 commit e0c5bba

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)