Skip to content

Commit b5fb7d4

Browse files
chore(deps): Bump pnpm/action-setup from 4.4.0 to 6.0.1
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.4.0 to 6.0.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4.4.0...v6.0.1) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2cd550 commit b5fb7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
package-manager-cache: false # must not usecaches. we want the latest, always
147147
- name: setup pnpm
148148
## see https://github.com/pnpm/action-setup
149-
uses: pnpm/action-setup@v4.4.0
149+
uses: pnpm/action-setup@v6.0.1
150150
with:
151151
version: ${{ matrix.pnpm-version }}
152152
- name: install project

0 commit comments

Comments
 (0)