Skip to content

Commit 0607f95

Browse files
committed
chore(ci): use new version of action
1 parent 50911b0 commit 0607f95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
- run: pnpm moon run :build
5959

6060
- name: Run benchmarks with tinybench-plugin
61-
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
61+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
6262
uses: CodSpeedHQ/action@main
6363
with:
6464
run: pnpm --filter ${{ matrix.example }} bench-tinybench
6565
env:
6666
CODSPEED_SKIP_UPLOAD: true
6767
CODSPEED_DEBUG: true
6868
- name: Run benchmarks with benchmark.js-plugin
69-
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
69+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
7070
uses: CodSpeedHQ/action@main
7171
with:
7272
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm moon run :build
2424

2525
- name: Run benchmarks
26-
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
26+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
2727
uses: CodSpeedHQ/action@main
2828
with:
2929
run: |

0 commit comments

Comments
 (0)