From 8626bd1d094e618b38f956d466af7b48f4757f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:01:54 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action action to v3 --- .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 4bb044e1..28af0e2b 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Run benchmarks - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: run: pnpm vitest bench # token retrieved from the CodSpeed app at the previous step