From 48d3dbaa347ab7ade9d24977afc6356e2de4aa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:05:17 +0000 Subject: [PATCH] Bump benchmark-action/github-action-benchmark from 1.20.1 to 1.20.4 Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.20.1 to 1.20.4. - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/benchmark-action/github-action-benchmark/compare/1846227a307d8c0149b960b986d46f8f4c95db0c...d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-version: 1.20.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 7a7597d79..af8267f0c 100644 --- a/.github/workflows/benchmark-action.yaml +++ b/.github/workflows/benchmark-action.yaml @@ -45,7 +45,7 @@ jobs: key: ${{ runner.os }}-benchmark # Run `github-action-benchmark` action - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c + uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 if: github.ref == 'refs/heads/develop' with: # What benchmark tool the output.txt came from @@ -62,7 +62,7 @@ jobs: comment-on-alert: true # I don't fully understand but the two storage options are mutually exclusive if they're in the same block - name: Store Result into Github Pages - uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c + uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 if: github.ref == 'refs/heads/develop' with: tool: 'go'