Skip to content

Commit 0d6521b

Browse files
Bump pnpm/action-setup from 6.0.3 to 6.0.5 (#1089)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6.0.3...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fcdb7c commit 0d6521b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6.0.3
32+
- uses: pnpm/action-setup@v6.0.5
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+^24.0.0+${{ hashFiles('**/pnpm-lock.yaml') }}
5454
restore-keys: pnpm-store+ubuntu-latest+
55-
- uses: pnpm/action-setup@v6.0.3
55+
- uses: pnpm/action-setup@v6.0.5
5656
with:
5757
version: ^8.15.4
5858
run_install: true

0 commit comments

Comments
 (0)