Skip to content

Commit 8cff2be

Browse files
committed
chore: upgrade CodSpeedHQ/action
1 parent be3a7c8 commit 8cff2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Bench.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
benchmark:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: actions/checkout@v4
2525

@@ -35,7 +35,7 @@ jobs:
3535
run: cargo codspeed build --features codspeed
3636

3737
- name: Run benchmark
38-
uses: CodSpeedHQ/action@v1
38+
uses: CodSpeedHQ/action@v3
3939
timeout-minutes: 30
4040
with:
4141
run: cargo codspeed run

0 commit comments

Comments
 (0)