Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.3.0 (#1856)
Browse files Browse the repository at this point in the history
[![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
[pnpm/action-setup#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>
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent fe545e7 commit eb4484b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-intellij-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vscode-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vscodium-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-app-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-full-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: true
- run: pnpm turbo build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-core-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-intellij.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vite-ecosystem-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-full-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: true
- run: pnpm vite-ecosystem-ci:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-exclude-test-apps-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
run_install: |
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]
Expand Down

0 comments on commit eb4484b

Please sign in to comment.