From 8880fe171cd0b8fc40d8ba1e6755b77ea49b9b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 10 Oct 2024 14:11:50 +0900 Subject: [PATCH] chore(ci): Update `cargo-codspeed` to `v2.7.2` --- .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 aa15cb2e5b3..1abd5151c2f 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -96,7 +96,7 @@ jobs: - name: Install cargo-codspeed uses: taiki-e/install-action@v2 with: - tool: cargo-codspeed@2.6.0 + tool: cargo-codspeed@2.7.2 - name: Build the benchmark target(s) run: cargo codspeed build --workspace --exclude swc_plugin_runner