Skip to content

Commit d07cb9d

Browse files
Bump pnpm/action-setup from 5 to 6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...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 bcd1366 commit d07cb9d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ steps.node-version.outputs.version }}
2424
- name: Setup pnpm
25-
uses: pnpm/action-setup@v5
25+
uses: pnpm/action-setup@v6
2626
with:
2727
package_json_file: 'galaxy root/client/package.json'
2828
- name: get client commit

.github/workflows/client-api-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ steps.node-version.outputs.version }}
3030
- name: Setup pnpm
31-
uses: pnpm/action-setup@v5
31+
uses: pnpm/action-setup@v6
3232
with:
3333
package_json_file: client/package.json
3434
- name: Install client dependencies

.github/workflows/client-unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ steps.node-version.outputs.version }}
2828
- name: Setup pnpm
29-
uses: pnpm/action-setup@v5
29+
uses: pnpm/action-setup@v6
3030
with:
3131
package_json_file: client/package.json
3232
- run: pnpm install --frozen-lockfile

.github/workflows/js_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ steps.node-version.outputs.version }}
2828
- name: Setup pnpm
29-
uses: pnpm/action-setup@v5
29+
uses: pnpm/action-setup@v6
3030
with:
3131
package_json_file: client/package.json
3232
- run: pnpm install --frozen-lockfile

.github/workflows/lint_openapi_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: ${{ steps.node-version.outputs.version }}
3737
- name: Setup pnpm
38-
uses: pnpm/action-setup@v5
38+
uses: pnpm/action-setup@v6
3939
with:
4040
package_json_file: 'galaxy root/client/package.json'
4141
- uses: actions/setup-python@v6

.github/workflows/publish_artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
node-version: ${{ steps.node-version.outputs.version }}
107107
registry-url: 'https://registry.npmjs.org'
108108
- name: Setup pnpm
109-
uses: pnpm/action-setup@v5
109+
uses: pnpm/action-setup@v6
110110
# TODO(post-26.1): the @galaxyproject/galaxy-client npm publish is now
111111
# redundant with the galaxy-web-client PyPI wheel used by
112112
# scripts/common_startup.sh and the install-client make target. Keep

.github/workflows/toolshed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./scripts/common_startup.sh --dev-wheels --skip-client-build
5858
working-directory: 'galaxy root'
5959
- name: Setup pnpm
60-
uses: pnpm/action-setup@v5
60+
uses: pnpm/action-setup@v6
6161
with:
6262
package_json_file: 'galaxy root/lib/tool_shed/webapp/frontend/package.json'
6363
- name: Build Frontend

0 commit comments

Comments
 (0)