From 2a948dd13ddc374f44b24805c50d82a806b078bd Mon Sep 17 00:00:00 2001 From: Adrien Cacciaguerra Date: Wed, 29 Jul 2026 12:59:22 +0200 Subject: [PATCH] ci: bump CodSpeedHQ/action to v5 v5.0.0 is out, and this workflow is what readers copy from. Refs COD-3244 Co-Authored-By: Claude --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 23e97b9..8dfcbbd 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 - name: Run the benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: walltime run: go test -bench=. -benchtime=5s