From 1a040301064eff1da24a309a3531656181273f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:23:01 +0000 Subject: [PATCH] build(deps): bump volta-cli/action from 4.2.1 to 5.0.0 Bumps [volta-cli/action](https://github.com/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/5c175f92dea6f48441c436471e6479dbc192e194...615a78f6c83e116339c53b94f3f82b4d6c0b7d18) --- updated-dependencies: - dependency-name: volta-cli/action dependency-version: 5.0.0 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 c746d020a2..4dcbe38a01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -353,7 +353,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 name: Checkout code - - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 + - uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5.0.0 - name: Set up and run tests through yarn run: cd snuba/admin && yarn install && yarn run test --coverage - name: Upload to codecov