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.
1 parent 2bf53f1 commit b0aefd9Copy full SHA for b0aefd9
2 files changed
.github/workflows/dry-run-release.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
node-version-file: '.nvmrc'
31
- name: Cache Node packages
32
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
33
34
path: node_modules
35
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments