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