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.
2 parents ceb6adc + 33a4c42 commit 6054f26Copy full SHA for 6054f26
.github/workflows/dry-run-release.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: 18
32
- name: Cache Node packages
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
35
path: node_modules
36
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments