Skip to content

Commit a5f642b

Browse files
chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.0 (#87)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fc06bc1...08c4be7) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d9e342 commit a5f642b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
cache-read-only: false
6565
- if: matrix.id != 'lite'
66-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # https://github.com/pnpm/action-setup/tree/v5
66+
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # https://github.com/pnpm/action-setup/tree/v6.0.0
6767
name: Install pnpm
6868
id: pnpm-install
6969
with:

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # https://github.com/gradle/actions/tree/v6
2424
with:
2525
cache-read-only: false
26-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # https://github.com/pnpm/action-setup/tree/v5
26+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # https://github.com/pnpm/action-setup/tree/v6.0.0
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:

0 commit comments

Comments
 (0)