Skip to content

Commit

Permalink
Merge pull request #251 from monorepolint/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…npm/action-setup-4.0.0

Bump pnpm/action-setup from 3.0.0 to 4.0.0
  • Loading branch information
ericanderson committed May 13, 2024
2 parents dc4e263 + be6239d commit 71dd2e0
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.0.6

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

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.0.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: "0"

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.0.6

Expand Down

0 comments on commit 71dd2e0

Please sign in to comment.