Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent a7af5d3 commit 8b23994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ matrix.pnpm-version }}

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ matrix.pnpm-version }}

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ matrix.pnpm-version }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: ${{ matrix.pnpm-version }}

Expand Down

1 comment on commit 8b23994

@vercel
Copy link

@vercel vercel bot commented on 8b23994 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.