Skip to content

Commit

Permalink
🔀 merge pull request #346 from tonightpass/renovate/pnpm-action-setup…
Browse files Browse the repository at this point in the history
…-3.x

⬆️ upgrade pnpm/action-setup action to `v3`
  • Loading branch information
AntoineKM authored Feb 10, 2024
2 parents 6e22a72 + 68800fe commit 5064a24
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:
uses: actions/checkout@v4

- name: Use pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: "latest"

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

- name: Use pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: "latest"

Expand Down

0 comments on commit 5064a24

Please sign in to comment.