From cc959d48f616344ba3b508ba78b6c9615c08036d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 22:23:07 +0000 Subject: [PATCH] chore(deps): update volta-cli/action action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/pull-request-verification.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20e453c..8dedc28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: volta-cli/action@v4 + - uses: volta-cli/action@v5 - run: | pnpm install pnpm run all diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index a878066..0918b62 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 # Need history for changelog generation - - uses: volta-cli/action@v4 + - uses: volta-cli/action@v5 - run: | pnpm i pnpm run all