Skip to content

Commit 6bbe19f

Browse files
chore(deps): update voidzero-dev/setup-vp action to v1.10.0 (#23)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [voidzero-dev/setup-vp](https://redirect.github.com/voidzero-dev/setup-vp) | action | minor | `v1.9.0` → `v1.10.0` | --- ### Release Notes <details> <summary>voidzero-dev/setup-vp (voidzero-dev/setup-vp)</summary> ### [`v1.10.0`](https://redirect.github.com/voidzero-dev/setup-vp/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.9.0...v1.10.0) ##### What's Changed - chore(deps): update pnpm to v10.33.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;64](https://redirect.github.com/voidzero-dev/setup-vp/pull/64) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;62](https://redirect.github.com/voidzero-dev/setup-vp/pull/62) - fix: harden install retry with curl pipefail, fast timeouts, and GitHub fallback by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;67](https://redirect.github.com/voidzero-dev/setup-vp/pull/67) **Full Changelog**: <voidzero-dev/setup-vp@v1.9.0...v1.10.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cc09b8 commit 6bbe19f

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@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
17+
- uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.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@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
30+
- uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.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@56918a6d0c629c55ae8b88826a7d47fda85769ee # v1.9.0
12+
- uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.0
1313
with:
1414
cache: true
1515
- run: vpx void deploy

0 commit comments

Comments
 (0)