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