Skip to content

Commit 317b20c

Browse files
committed
chore(build): update actions cache on pull workflow
1 parent 97293a4 commit 317b20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Cache node modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
env:
1919
cache-name: cache-node-modules-v${{ matrix.node-version }}
2020
with:

0 commit comments

Comments
 (0)