Skip to content

Commit 233a0ef

Browse files
Merge pull request #209 from stethoscope-js/dependabot/github_actions/actions/cache-3.0.11
⬆️ Bump actions/cache from 2 to 3.0.11
2 parents 8003d9c + 6b3b113 commit 233a0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 14
1818
- name: Cache node modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3
2020
env:
2121
cache-name: cache-node-modules
2222
with:

0 commit comments

Comments
 (0)