We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09286f5 commit a708ea1Copy full SHA for a708ea1
.github/workflows/audit-and-lint.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: "16.x"
16
17
- name: Cache node modules
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: node_modules
21
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
22
23
24
25
26
.github/workflows/tests.yml
0 commit comments