We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659188 commit 739c3d3Copy full SHA for 739c3d3
.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