Skip to content

Commit 3f33896

Browse files
chore(deps): update github-actions (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49efaa8 commit 3f33896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Benchmark
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: taiki-e/checkout-action@v1
28+
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2929

3030
- uses: Boshen/setup-rust@main
3131
with:
@@ -36,7 +36,7 @@ jobs:
3636
run: cargo codspeed build --features codspeed
3737

3838
- name: Run benchmark
39-
uses: CodSpeedHQ/action@v3
39+
uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0
4040
with:
4141
run: cargo codspeed run
4242
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)