Skip to content

Commit

Permalink
Merge pull request #442 from terwer/dependabot/github_actions/pnpm/ac…
Browse files Browse the repository at this point in the history
…tion-setup-4.0.0

fix(deps): bump pnpm/action-setup from 2.2.4 to 4.0.0
  • Loading branch information
terwer committed Jun 4, 2024
2 parents 3c91c2b + 505a17a commit d768475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 2

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4.0.0
id: pnpm-install
with:
version: 8
Expand Down

0 comments on commit d768475

Please sign in to comment.