Skip to content

Commit

Permalink
Merge pull request #35 from mainmatter/renovate/pnpm-action-setup-4.x
Browse files Browse the repository at this point in the history
Update pnpm/action-setup action to v4
  • Loading branch information
marcoow authored Aug 6, 2024
2 parents a046529 + 7660781 commit 6651104
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: 7.13.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: 7.13.6

Expand Down

0 comments on commit 6651104

Please sign in to comment.