Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v3 (#697)
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 Feb 8, 2024
1 parent f12c0b9 commit 27d8ddb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
lfs: true

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
lfs: true

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
lfs: true

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
lfs: true

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
id: pnpm-install
with:
Expand All @@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
run_install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
lfs: true

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down

0 comments on commit 27d8ddb

Please sign in to comment.