Skip to content

Commit 3915f0b

Browse files
Bump pnpm/action-setup from 4 to 6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4573a8e commit 3915f0b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ inputs.tools-ref || github.job_workflow_sha }}
4848
path: .ote-tools
4949

50-
- uses: pnpm/action-setup@v4
50+
- uses: pnpm/action-setup@v6
5151
with:
5252
package_json_file: .ote-tools/package.json
5353

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: pnpm/action-setup@v4
13+
- uses: pnpm/action-setup@v6
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 22

.github/workflows/deploy-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: pnpm/action-setup@v4
29+
- uses: pnpm/action-setup@v6
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 22

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: pnpm/action-setup@v4
29+
- uses: pnpm/action-setup@v6
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 22

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ inputs.tools-ref || github.job_workflow_sha }}
3737
path: .ote-tools
3838

39-
- uses: pnpm/action-setup@v4
39+
- uses: pnpm/action-setup@v6
4040
with:
4141
package_json_file: .ote-tools/package.json
4242

0 commit comments

Comments
 (0)