From 135750626274b2bef8dcb6a88b48986706e795c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:18:38 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action action to v4 --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3ea95fe7..ee3899fc 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Run benchmarks - uses: CodSpeedHQ/action@v3 + uses: CodSpeedHQ/action@v4 with: run: pnpm vitest bench # token retrieved from the CodSpeed app at the previous step