Skip to content

Commit

Permalink
Merge pull request #876 from nickschot/renovate/pnpm-action-setup-3.x
Browse files Browse the repository at this point in the history
Update pnpm/action-setup action to v3
  • Loading branch information
nickschot authored May 6, 2024
2 parents 2aa6e11 + aa0660d commit e4558d1
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 @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand All @@ -47,7 +47,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
Expand Down

0 comments on commit e4558d1

Please sign in to comment.