diff --git a/action.yml b/action.yml index 24ea703..8697531 100644 --- a/action.yml +++ b/action.yml @@ -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 @@ -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 @@ -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