From 562354fe725da21eeecc909034f2d777f3c5718b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:40:10 +0000 Subject: [PATCH] Bump benchmark-action/github-action-benchmark from 1.17.0 to 1.19.3 Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.17.0 to 1.19.3. - [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/29e55772d85cc51b2a291bde13f33ef9014d2d1f...cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-type: direct:production update-type: version-update:semver-minor ... 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 dc205e2ca..61799d25e 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@29e55772d85cc51b2a291bde13f33ef9014d2d1f + uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea 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@29e55772d85cc51b2a291bde13f33ef9014d2d1f + uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea if: github.ref == 'refs/heads/develop' with: tool: 'go'