We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cd482 commit e1aeab8Copy full SHA for e1aeab8
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
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