Skip to content

Commit d669ba0

Browse files
chore(deps): update voidzero-dev/setup-vp action to v1.15.0 (#40)
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.14.0` → `v1.15.0` | --- ### Release Notes <details> <summary>voidzero-dev/setup-vp (voidzero-dev/setup-vp)</summary> ### [`v1.15.0`](https://redirect.github.com/voidzero-dev/setup-vp/releases/tag/v1.15.0) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.14.0...v1.15.0) ##### What's Changed - chore(deps): update dependency vite-plus to v0.2.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;104](https://redirect.github.com/voidzero-dev/setup-vp/pull/104) - feat: add GitLab CI/CD integration for setup-vp by [@&#8203;naokihaba](https://redirect.github.com/naokihaba) in [#&#8203;97](https://redirect.github.com/voidzero-dev/setup-vp/pull/97) ##### New Contributors - [@&#8203;naokihaba](https://redirect.github.com/naokihaba) made their first contribution in [#&#8203;97](https://redirect.github.com/voidzero-dev/setup-vp/pull/97) **Full Changelog**: <voidzero-dev/setup-vp@v1.14.0...v1.15.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5892fb1 commit d669ba0

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@13e7afb99c66525824db54e107d667216e795d37 # v1.14.0
17+
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.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@13e7afb99c66525824db54e107d667216e795d37 # v1.14.0
30+
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
3131
with:
3232
cache: true
3333
- run: vpx void deploy

.github/workflows/void-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@13e7afb99c66525824db54e107d667216e795d37 # v1.14.0
30+
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
3131
with:
3232
cache: true
3333
- name: Deploy

0 commit comments

Comments
 (0)