We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5568421 commit 0e01bf5Copy full SHA for 0e01bf5
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
cache-dependency-path: 'package-lock.json'
33
34
- name: Setup cache
35
- uses: actions/cache@v4
+ uses: actions/cache@v5
36
with:
37
path: node_modules
38
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -85,7 +85,7 @@ jobs:
85
path: lampy
86
87
88
89
90
91
0 commit comments