From bbb3472a74da8a7d7f00fd68636f28a2f4388269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:02:48 +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.16.1 to 1.17.0 - [Release notes](https://github.com/voidzero-dev/setup-vp/releases) - [Commits](https://github.com/voidzero-dev/setup-vp/compare/143f5f385f39b1b753ffed1a01ad443811855c8b...313600b80b104eadebb9111787d37a2e83e014ca) --- updated-dependencies: - dependency-name: voidzero-dev/setup-vp dependency-version: 1.17.0 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 60eb1073..038f16aa 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@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 + uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 with: node-version: '24' cache: true @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 + uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 with: node-version: '24' cache: true @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: 'Setup Vite+' - uses: voidzero-dev/setup-vp@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 + uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 with: node-version: ${{ matrix.node-version }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89ce1d50..40830640 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@143f5f385f39b1b753ffed1a01ad443811855c8b # v1.16.1 + uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 with: node-version: '24' cache: true