Skip to content

Commit eb4484b

Browse files
chore(deps): update pnpm/action-setup action to v2.3.0 (#1856)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | minor | `v2.2.4` -> `v2.3.0` | --- ### Release Notes <details> <summary>pnpm/action-setup (pnpm/action-setup)</summary> ### [`v2.3.0`](https://togithub.com/pnpm/action-setup/releases/tag/v2.3.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.2.4...v2.3.0) - feat: specifying path to non-root `package.json` file [https://github.com/pnpm/action-setup/pull/88](https://togithub.com/pnpm/action-setup/pull/88). - docs: improve. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe545e7 commit eb4484b

11 files changed

+11
-11
lines changed

.github/workflows/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
2929
restore-keys: |
3030
${{ runner.os }}-exclude-test-apps-
31-
- uses: pnpm/action-setup@v2.2.4
31+
- uses: pnpm/action-setup@v2.3.0
3232
with:
3333
run_install: |
3434
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
2525
restore-keys: |
2626
${{ runner.os }}-exclude-test-apps-
27-
- uses: pnpm/action-setup@v2.2.4
27+
- uses: pnpm/action-setup@v2.3.0
2828
with:
2929
run_install: |
3030
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-intellij-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-vscode-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-vscodium-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-app-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
5454
restore-keys: |
5555
${{ runner.os }}-full-
56-
- uses: pnpm/action-setup@v2.2.4
56+
- uses: pnpm/action-setup@v2.3.0
5757
with:
5858
run_install: true
5959
- run: pnpm turbo build

.github/workflows/test-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3939
restore-keys: |
4040
${{ runner.os }}-exclude-test-apps-
41-
- uses: pnpm/action-setup@v2.2.4
41+
- uses: pnpm/action-setup@v2.3.0
4242
with:
4343
run_install: |
4444
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-core-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-exclude-test-apps-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: |
4848
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-intellij.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-exclude-test-apps-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: |
4848
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-vite-ecosystem-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-full-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: true
4848
- run: pnpm vite-ecosystem-ci:build

0 commit comments

Comments
 (0)