File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 env :
1717 RUST_BACKTRACE : full
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2020
2121 - name : Install system dependencies
2222 run : |
2323 sudo apt-get update
2424 sudo apt-get install -y tar bzip2
2525
2626 - name : Setup rust toolchain, cache and cargo-codspeed binary
27- uses : moonrepo/setup-rust@v1
27+ uses : moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
2828 with :
2929 channel : stable
3030 cache-target : release
3434 run : cargo codspeed build -p pixi_bench
3535
3636 - name : Run the benchmarks
37- uses : CodSpeedHQ/action@v4
37+ uses : CodSpeedHQ/action@v4.0.1
3838 with :
3939 run : |
4040 export PATH="~/.cargo/bin:$PATH"
You can’t perform that action at this time.
0 commit comments