Skip to content

Commit 4b71847

Browse files
build(deps): Bump pnpm/action-setup in the github-actions group
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fc06bc1...08c4be7) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbe0600 commit 4b71847

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: docs-dist
5252
path: docs/.vitepress/dist
5353

54-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # https://github.com/pnpm/action-setup/releases/tag/v5.0.0
54+
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # https://github.com/pnpm/action-setup/releases/tag/v6.0.1
5555
with:
5656
run_install: false
5757
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # https://github.com/actions/setup-node/releases/tag/v6.3.0

.github/workflows/nodejs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# ref: https://github.com/stefanzweifel/git-auto-commit-action/tree/v7/?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs
3838
token: ${{ secrets.PR_WORKFLOW_TOKEN || github.token }}
3939

40-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # https://github.com/pnpm/action-setup/releases/tag/v5.0.0
40+
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # https://github.com/pnpm/action-setup/releases/tag/v6.0.1
4141
name: Install pnpm
4242
with:
4343
run_install: false

.github/workflows/oxlint-migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
1818

19-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # https://github.com/pnpm/action-setup/releases/tag/v5.0.0
19+
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # https://github.com/pnpm/action-setup/releases/tag/v6.0.1
2020
name: Install pnpm
2121
with:
2222
run_install: false

0 commit comments

Comments
 (0)