From eda6269981827328e3675f46a40113491ee7b453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:53:44 +0000 Subject: [PATCH] chore(deps): bump the gha group across 1 directory with 3 updates Bumps the gha group with 3 updates in the /.github/workflows directory: [volta-cli/action](https://github.com/volta-cli/action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [davelosert/vitest-coverage-report-action](https://github.com/davelosert/vitest-coverage-report-action). Updates `volta-cli/action` from 4.2.1 to 5.0.0 - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](https://github.com/volta-cli/action/compare/v4.2.1...v5.0.0) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7.0.0...v7.0.1) Updates `davelosert/vitest-coverage-report-action` from 2.9.3 to 2.11.2 - [Release notes](https://github.com/davelosert/vitest-coverage-report-action/releases) - [Changelog](https://github.com/davelosert/vitest-coverage-report-action/blob/main/release.config.js) - [Commits](https://github.com/davelosert/vitest-coverage-report-action/compare/v2.9.3...v2.11.2) --- updated-dependencies: - dependency-name: volta-cli/action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: davelosert/vitest-coverage-report-action dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638f73fa..2a55880a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Setup Volta - uses: volta-cli/action@v4.2.1 + uses: volta-cli/action@v5.0.0 - name: Node.js version run: node -v - name: npm version @@ -42,13 +42,13 @@ jobs: CI: true - name: Upload coverage artifact if: always() - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: coverage-${{ matrix.os }} path: coverage - name: Report Coverage if: always() - uses: davelosert/vitest-coverage-report-action@v2.9.3 + uses: davelosert/vitest-coverage-report-action@v2.11.2 with: name: Vitest Coverage (${{ matrix.os }}) json-summary-path: coverage/coverage-summary.json