Skip to content

Commit e1ed697

Browse files
chore(deps): update voidzero-dev/setup-vp action to v1.9.0 (#20)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [voidzero-dev/setup-vp](https://redirect.github.com/voidzero-dev/setup-vp) | action | minor | `v1.8.0` → `v1.9.0` | `v1.10.0` | --- ### Release Notes <details> <summary>voidzero-dev/setup-vp (voidzero-dev/setup-vp)</summary> ### [`v1.9.0`](https://redirect.github.com/voidzero-dev/setup-vp/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.8.0...v1.9.0) ##### What's Changed - chore(deps): update pnpm to v10.33.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;53](https://redirect.github.com/voidzero-dev/setup-vp/pull/53) - chore: add renovate preset by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;56](https://redirect.github.com/voidzero-dev/setup-vp/pull/56) - chore: move renovate config by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;57](https://redirect.github.com/voidzero-dev/setup-vp/pull/57) - chore: ignore [@&#8203;void-sdk/void](https://redirect.github.com/void-sdk/void) in renovate by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;58](https://redirect.github.com/voidzero-dev/setup-vp/pull/58) - ci: replace actions/checkout with taiki-e/checkout-action by [@&#8203;Boshen](https://redirect.github.com/Boshen) in [#&#8203;59](https://redirect.github.com/voidzero-dev/setup-vp/pull/59) - feat: export PNPM\_CONFIG\_USERCONFIG env var for pnpm 11+ by [@&#8203;siketyan](https://redirect.github.com/siketyan) in [#&#8203;65](https://redirect.github.com/voidzero-dev/setup-vp/pull/65) ##### New Contributors - [@&#8203;Boshen](https://redirect.github.com/Boshen) made their first contribution in [#&#8203;56](https://redirect.github.com/voidzero-dev/setup-vp/pull/56) - [@&#8203;siketyan](https://redirect.github.com/siketyan) made their first contribution in [#&#8203;65](https://redirect.github.com/voidzero-dev/setup-vp/pull/65) **Full Changelog**: <voidzero-dev/setup-vp@v1.8.0...v1.9.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/voidzero-dev/setup.viteplus.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cfd21b commit e1ed697

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
17-
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
17+
- uses: voidzero-dev/setup-vp@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
1818
with:
1919
cache: true
2020
- run: vp check
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
30-
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
30+
- uses: voidzero-dev/setup-vp@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
3131
with:
3232
cache: true
3333
- run: vpx void deploy

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
12-
- uses: voidzero-dev/setup-vp@4f5aa3e38c781f1b01e78fb9255527cee8a6efa6 # v1.8.0
12+
- uses: voidzero-dev/setup-vp@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
1313
with:
1414
cache: true
1515
- run: vpx void deploy

0 commit comments

Comments
 (0)