Skip to content

Commit 3ad7da6

Browse files
Bump pnpm/action-setup from 4.2.0 to 4.3.0
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@41ff726...b906aff) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3104aa commit 3ad7da6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
key: ui-${{ steps.ui-hash.outputs.ui-hash }}
314314
- if: steps.cache-ui-assets.outputs.cache-hit != 'true'
315315
name: Install PNPM
316-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
316+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
317317
with:
318318
run_install: false
319319
package_json_file: './ui/package.json'

.github/workflows/test-enos-scenario-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
cache: pnpm
9595
cache-dependency-path: ui/pnpm-lock.yaml
9696
- name: Install PNPM
97-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
97+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
9898
with:
9999
package_json_file: './ui/package.json'
100100
- name: Set Up Terraform

.github/workflows/test-run-enos-scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cache-dependency-path: ui/pnpm-lock.yaml
7777

7878
- name: Install PNPM
79-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
79+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
8080
with:
8181
package_json_file: './ui/package.json'
8282
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0

0 commit comments

Comments
 (0)