Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ runs:
# on regression alerts because matrixed jobs don't have permission to
# post PR reviews.
if: (inputs.type == 'micro' || inputs.type == 'all') && github.event_name == 'pull_request' && inputs.comment-on-pr == 'true'
uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
uses: benchmark-action/github-action-benchmark@4322e5726e6334590d251fc4f92bec0efafc45dc # v1.22.2
with:
tool: cargo
output-file-path: output.txt
Expand All @@ -184,7 +184,7 @@ runs:

- name: Prepare micro baseline (main)
if: (inputs.type == 'micro' || inputs.type == 'all') && github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
uses: benchmark-action/github-action-benchmark@4322e5726e6334590d251fc4f92bec0efafc45dc # v1.22.2
with:
tool: cargo
output-file-path: output.txt
Expand All @@ -205,7 +205,7 @@ runs:
# ------------------------------------------------------------------
- name: Install hyperfine
if: (inputs.type == 'full' || inputs.type == 'all') && inputs.merge-partials == ''
uses: taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c # v2.87.10
uses: taiki-e/install-action@76c2e6406e52637deed7160d77bded76bd83e06e # v2.87.14
with:
tool: hyperfine

Expand Down
Loading