Skip to content

Commit 4ba2fec

Browse files
chore(deps): update github-actions (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34f2e43 commit 4ba2fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Bench.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
benchmark:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.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)