Skip to content

Commit

Permalink
⬆️ upgrade pnpm/action-setup action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 720f1a1 commit a1276f6
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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Use pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.3.0
with:
version: ${{ matrix.node == '14.x' && '6' || '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@v3

- name: Use pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.3.0
with:
version: "latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: "latest"
- uses: andresz1/size-limit-action@v1
Expand Down

0 comments on commit a1276f6

Please sign in to comment.