diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index de0c2da..97c6f1c 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -137,14 +137,14 @@ jobs: - name: Run benchmark shard if: matrix.kind == 'rust' - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 + uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c # v4.17.6 with: mode: ${{ matrix.mode }} run: cargo codspeed run -p ${{ matrix.package }} --bench ${{ matrix.bench }} - name: Run package benchmark shard if: matrix.kind == 'node' - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 + uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c # v4.17.6 with: mode: ${{ matrix.mode }} run: ${{ matrix.command }}