We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb81d70 commit 0b95bb7Copy full SHA for 0b95bb7
.github/workflows/testandlint.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: Cache node modules
17
- uses: actions/cache@v2
+ uses: actions/cache@v4
18
env:
19
cache-name: cache-node-modules
20
with:
0 commit comments