From a9978584096257c7b7ea3adc55ecef914d316110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:22:37 +0000 Subject: [PATCH] build(deps): bump volta-cli/action from 4 to 5 Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: volta-cli/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7423a09681..374bdec034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -333,7 +333,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 name: Checkout code - - uses: volta-cli/action@v4 + - uses: volta-cli/action@v5 - name: Set up and run tests through yarn run: cd snuba/admin && yarn install && yarn run test --coverage - name: Upload to codecov