Skip to content

Commit fd006c8

Browse files
chore(deps): Bump pnpm/action-setup from 4.0.0 to 4.1.0
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@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee6188d commit fd006c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
node-version: ${{ matrix.node-version }}
133133
- name: setup pnpm
134134
## see https://github.com/pnpm/action-setup
135-
uses: pnpm/action-setup@v4.0.0
135+
uses: pnpm/action-setup@v4.1.0
136136
with:
137137
version: ${{ matrix.pnpm-version }}
138138
- name: install project

0 commit comments

Comments
 (0)