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 47c05c2 commit 08cef08Copy full SHA for 08cef08
.github/workflows/on-pull-request.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
23
- name: Cache Node.js modules 💾
24
- uses: actions/cache@v4
+ uses: actions/cache@v5
25
with:
26
path: ~/.npm
27
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/on-push-main.yml
@@ -23,7 +23,7 @@ jobs:
28
29
0 commit comments