We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8616829 commit 625237cCopy full SHA for 625237c
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
23
24
- - uses: oxc-project/setup-rust@f78b3964e121f889426634f0eaeeb09fccecac08 # v1.0.6
+ - uses: oxc-project/setup-rust@1ff88fdaffd6ae35c0fb32ccc159340b37d0beac # v1.0.7
25
with:
26
save-cache: ${{ github.ref_name == 'main' }}
27
tools: cargo-codspeed
@@ -30,7 +30,7 @@ jobs:
30
run: cargo codspeed build --features codspeed
31
32
- name: Run benchmark
33
- uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
+ uses: CodSpeedHQ/action@3959e9e296ef25296e93e32afcc97196f966e57f # v4.1.0
34
35
run: cargo codspeed run
36
mode: instrumentation
0 commit comments