Skip to content

Commit

Permalink
Merge pull request #559 from hey-api/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-2ed79c8fe4

chore(deps): bump pnpm/action-setup from 3 to 4 in the github-actions group
  • Loading branch information
mrlubos authored May 15, 2024
2 parents ff5ad9a + 7ec65a6 commit 5c99787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7

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

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7

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

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7

Expand Down

0 comments on commit 5c99787

Please sign in to comment.