Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent c35076b commit 9679117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
version: ${{ env.PNPM_VERSION }}

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:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
version: ${{ env.PNPM_VERSION }}

Expand Down

0 comments on commit 9679117

Please sign in to comment.