From 31dd225ffcc9baea042d1c5882402091262f7dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:01:23 +0000 Subject: [PATCH] build(deps): bump wyvox/action-setup-pnpm from 3 to 4 Bumps [wyvox/action-setup-pnpm](https://github.com/wyvox/action-setup-pnpm) from 3 to 4. - [Release notes](https://github.com/wyvox/action-setup-pnpm/releases) - [Commits](https://github.com/wyvox/action-setup-pnpm/compare/v3...v4) --- updated-dependencies: - dependency-name: wyvox/action-setup-pnpm dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd61cb4aca..2dbd328b59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: id: get_version run: echo VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | sed -e 's/\./_/g') >> $GITHUB_OUTPUT - name: Install - uses: wyvox/action-setup-pnpm@v3 + uses: wyvox/action-setup-pnpm@v4 - id: Optimize run: pnpm optimize - id: Build @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Install - uses: wyvox/action-setup-pnpm@v3 + uses: wyvox/action-setup-pnpm@v4 - id: Optimize run: pnpm optimize - id: Build