From e1076db7d040a2160d076981cf4334febff2bb0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:37:02 +0200 Subject: [PATCH] Update CodSpeedHQ/action action to v3 (#12559) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7730a7e517..378ea0fa6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -619,7 +619,7 @@ jobs: run: cargo codspeed build -p ruff_benchmark - name: "Run benchmarks" - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: run: cargo codspeed run token: ${{ secrets.CODSPEED_TOKEN }}