Skip to content

Commit b9caf1e

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

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@v4
25+
uses: pnpm/action-setup@v5
2626
with:
2727
package_json_file: 'galaxy root/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@v4
31+
uses: pnpm/action-setup@v5
3232
- name: Install client dependencies
3333
run: pnpm install --frozen-lockfile
3434
working-directory: client

.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@v4
29+
uses: pnpm/action-setup@v5
3030
- run: pnpm install --frozen-lockfile
3131
working-directory: client
3232
- name: Pre-build (icons and plugins)

.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@v4
29+
uses: pnpm/action-setup@v5
3030
- run: pnpm install --frozen-lockfile
3131
working-directory: client
3232
- name: Run ESLint

.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@v4
38+
uses: pnpm/action-setup@v5
3939
with:
4040
package_json_file: 'galaxy root/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
@@ -85,7 +85,7 @@ jobs:
8585
node-version: ${{ steps.node-version.outputs.version }}
8686
registry-url: 'https://registry.npmjs.org'
8787
- name: Setup pnpm
88-
uses: pnpm/action-setup@v4
88+
uses: pnpm/action-setup@v5
8989
- name: build client
9090
run: pnpm install && pnpm build-production
9191
working-directory: 'client'

.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@v4
60+
uses: pnpm/action-setup@v5
6161
with:
6262
package_json_file: 'galaxy root/lib/tool_shed/webapp/frontend/package.json'
6363
- name: Build Frontend

0 commit comments

Comments
 (0)