Skip to content

Commit 3205e6e

Browse files
build(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#325)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fe02b34...a7487c7) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bfb834 commit 3205e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/link-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: ${{ steps.versions.outputs.NODE_VERSION }}
3636

3737
- name: Setup pnpm
38-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
38+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3939
with:
4040
version: ${{ steps.versions.outputs.PNPM_VERSION }}
4141
run_install: false

.github/workflows/pull-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ steps.versions.outputs.NODE_VERSION }}
3333

3434
- name: Setup pnpm
35-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
35+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3636
with:
3737
version: ${{ steps.versions.outputs.PNPM_VERSION }}
3838
run_install: false

0 commit comments

Comments
 (0)