Skip to content

Commit

Permalink
Bump benchmark-action/github-action-benchmark from 1.17.0 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.17.0 to 1.19.2.
- [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](benchmark-action/github-action-benchmark@29e5577...315072f)

---
updated-dependencies:
- dependency-name: benchmark-action/github-action-benchmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 855063e commit bf10ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@315072f079db10e96004ffb95b9b7263bf3a547e
if: github.ref == 'refs/heads/develop'
with:
# What benchmark tool the output.txt came from
Expand All @@ -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@315072f079db10e96004ffb95b9b7263bf3a547e
if: github.ref == 'refs/heads/develop'
with:
tool: 'go'
Expand Down

0 comments on commit bf10ed9

Please sign in to comment.