We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d43a52 commit dfd5b33Copy full SHA for dfd5b33
.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