Skip to content

Commit 10c2880

Browse files
Bump pnpm/action-setup from 3.0.0 to 4.0.0
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94c617e commit 10c2880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/package.json') }}
1717
restore-keys: |
1818
${{ runner.os }}-pnpm-
19-
- uses: pnpm/action-setup@v3.0.0
19+
- uses: pnpm/action-setup@v4.0.0
2020
with:
2121
version: 6.9.1
2222
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)