We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97293a4 commit 317b20cCopy full SHA for 317b20c
.github/workflows/pull.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: ${{ matrix.node-version }}
16
- name: Cache node modules
17
- uses: actions/cache@v2
+ uses: actions/cache@v4
18
env:
19
cache-name: cache-node-modules-v${{ matrix.node-version }}
20
0 commit comments