We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f2c6e commit 5ec4b36Copy full SHA for 5ec4b36
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v2
18
- name: Cache Node modules
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: ~/.npm
22
key: npm-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
23
24
25
26
27
0 commit comments