Skip to content

Commit 82fd634

Browse files
chore(deps): update pnpm/action-setup action to v6.0.7 (#4887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2f931a commit 82fd634

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/gh-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Setup GitHub Actions
33
runs:
44
using: composite
55
steps:
6-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
6+
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
77
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
88
with:
99
node-version-file: 'package.json'

.github/workflows/check-cli-node-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
# no setup-node here; let pnpm's useNodeVersion rule
23-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
23+
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
2424
with: { run_install: false }
2525

2626
- name: install (workspace node via useNodeVersion)
@@ -53,7 +53,7 @@ jobs:
5353
awk 'BEGIN{skip=0}/^useNodeVersion:/{skip=1;next} skip&&NF==0{skip=0;next}!skip{print}' pnpm-workspace.yaml \
5454
> pnpm-workspace.yaml.tmp && mv pnpm-workspace.yaml.tmp pnpm-workspace.yaml
5555
56-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
56+
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
5757
with: { run_install: false }
5858

5959
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

0 commit comments

Comments
 (0)