We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee2f2b commit 2db4d31Copy full SHA for 2db4d31
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
- name: Cache
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
24
path: ~/.npm
25
key: ${{ runner.os }}-nodejs-${{ hashFiles('**/package-lock.json') }}
@@ -45,7 +45,7 @@ jobs:
45
- name: Checkout
46
uses: actions/checkout@v4
47
48
49
50
51
0 commit comments