From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:49:43 +0000 (+0800) Subject: chore(deps): update codspeedhq/action action to v2 (#9804) X-Git-Tag: v3.3.12~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=517885ff4e1ab59ea0441ca4778e8e7dca584894;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update codspeedhq/action action to v2 (#9804) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70f98a382..b9e8078dd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - run: pnpm install - name: Run benchmarks - uses: CodSpeedHQ/action@v1 + uses: CodSpeedHQ/action@v2 with: run: pnpm vitest bench --run token: ${{ secrets.CODSPEED_TOKEN }}