Skip to content

Commit 88c83d9

Browse files
update action versions
1 parent 60176d1 commit 88c83d9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/bench.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- uses: moonrepo/setup-rust@v1
17+
- uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39
1818
with:
19-
channel: stable
20-
cache-target: release
21-
bins: cargo-codspeed
19+
toolchain: stable
20+
components: cargo-codspeed
2221

2322
- name: Build the benchmark target(s)
2423
run: cargo codspeed build
2524

2625
- name: Run the benchmarks
27-
uses: CodSpeedHQ/action@v4
26+
uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1
2827
with:
2928
mode: instrumentation
3029
run: cargo codspeed run

0 commit comments

Comments
 (0)