WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2552df4

Browse files
Bump pnpm/action-setup from 4.1.0 to 4.2.0 (#1076)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.2.0 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 1b8d9d2 commit 2552df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ~/.pnpm-store
3030
key: pnpm-store+${{matrix.platform}}+${{matrix.node-version}}+${{ hashFiles('**/pnpm-lock.yaml') }}
3131
restore-keys: pnpm-store+${{matrix.platform}}+
32-
- uses: pnpm/action-setup@v4.1.0
32+
- uses: pnpm/action-setup@v4.2.0
3333
with:
3434
version: ^8.15.4
3535
run_install: true
@@ -52,7 +52,7 @@ jobs:
5252
path: ~/.pnpm-store
5353
key: pnpm-store+ubuntu-latest+^16.0.0+${{ hashFiles('**/pnpm-lock.yaml') }}
5454
restore-keys: pnpm-store+ubuntu-latest+
55-
- uses: pnpm/action-setup@v4.1.0
55+
- uses: pnpm/action-setup@v4.2.0
5656
with:
5757
version: ^8.15.4
5858
run_install: true

0 commit comments

Comments
 (0)