Skip to content

Commit

Permalink
Merge pull request #494 from adaptive/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…pnpm/action-setup-3

Bump pnpm/action-setup from 2 to 3
  • Loading branch information
adaptive authored Feb 11, 2024
2 parents 53588e1 + 53121ca commit cfd0a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node: [16, 18, 20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/[email protected]
Expand Down

0 comments on commit cfd0a04

Please sign in to comment.