Skip to content

Commit 96147df

Browse files
ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 in the actions group (#111)
Bumps the actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 6.0.9 to 6.0.10 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6.0.9...v6.0.10) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: finalerock44 <77282157+finalerock44@users.noreply.github.com>
1 parent 2223dd4 commit 96147df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cli-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
/api/swagger.json
7878
7979
- name: Setup pnpm
80-
uses: pnpm/action-setup@v6.0.9
80+
uses: pnpm/action-setup@v6.0.10
8181
with:
8282
version: 10
8383
run_install: false

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v7
2828
# Setup .npmrc file to publish to npm
2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v6.0.9
30+
uses: pnpm/action-setup@v6.0.10
3131
with:
3232
run_install: false
3333

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v7
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v6.0.9
30+
uses: pnpm/action-setup@v6.0.10
3131
with:
3232
run_install: false
3333

0 commit comments

Comments
 (0)