We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7640ec0 commit 5e254d5Copy full SHA for 5e254d5
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org/'
19
20
- name: Cache dependencies
21
- uses: actions/cache@v3
+ uses: actions/cache@v4
22
with:
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments