From be658baa1e049c7d71aa6df6ef3df1c86ac07daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:02:42 +0000 Subject: [PATCH] ci(deps): bump voidzero-dev/setup-vp in the github-actions group Bumps the github-actions group with 1 update: [voidzero-dev/setup-vp](https://github.com/voidzero-dev/setup-vp). Updates `voidzero-dev/setup-vp` from 1.15.0 to 1.16.1 - [Release notes](https://github.com/voidzero-dev/setup-vp/releases) - [Commits](https://github.com/voidzero-dev/setup-vp/compare/250f29ce396baf5e8f24498e17c0dfdebabc26eb...143f5f385f39b1b753ffed1a01ad443811855c8b) --- updated-dependencies: - dependency-name: voidzero-dev/setup-vp dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6432a122..60eb1073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: # vp (version resolved from the vite-plus range via yarn.lock), sets up # Node and the pinned yarn, and caches the yarn store. - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version: '24' cache: true @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version: '24' cache: true @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version: ${{ matrix.node-version }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 822cd7b6..89ce1d50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: # the job token is read-only; git push must use the GH_TOKEN PAT from env persist-credentials: false - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 + uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 with: node-version: '24' cache: true