From d855188bc6dce1bf3a56064bc2a794b44d020862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:22:35 +0000 Subject: [PATCH] chore(deps): update codspeedhq/action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd55c4a..375aeb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: pnpm tsc --noEmit - name: Run benchmarks if: matrix.os == 'ubuntu-latest' - uses: CodSpeedHQ/action@v3 + uses: CodSpeedHQ/action@v4 with: run: pnpm bench - uses: codecov/codecov-action@v5