Skip to content

Commit

Permalink
chore(deps): bump pnpm/action-setup from 2 to 3 (#4)
Browse files Browse the repository at this point in the history
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v2...v3)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  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>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent c2a8623 commit 3c8b5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
submodules: "recursive"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: ${{env.default_pnpm_version}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: "recursive"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: ${{env.default_pnpm_version}}
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: ${{env.default_pnpm_version}}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
name: artifact

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
if: ${{ matrix.pm == 'pnpm' }}
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
name: artifact

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
if: ${{ matrix.pm == 'pnpm' }}
with:
Expand Down

0 comments on commit 3c8b5b6

Please sign in to comment.