From 86d91cc0b5182fa046d26427ea8441b2c6609841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:00:51 +0000 Subject: [PATCH] ci(deps): update volta-cli/action action to v5 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 567f733..8ab415b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: volta-cli/action@v4 + - uses: volta-cli/action@v5 with: node-version: ${{ matrix.node-version }} - run: npm ci @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: volta-cli/action@v4 + - uses: volta-cli/action@v5 - run: npm ci - run: npm audit signatures - run: npx semantic-release