From 75039d0da4fc9c68ef5e317040442494c30d6be5 Mon Sep 17 00:00:00 2001 From: "ferrlabs-renovate[bot]" <282300760+ferrlabs-renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:05:45 +0000 Subject: [PATCH] chore(deps): update github actions --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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