Skip to content

Commit

Permalink
Merge pull request #1122 from carvel-dev/dependabot/github_actions/be…
Browse files Browse the repository at this point in the history
…nchmark-action/github-action-benchmark-1.16.1

Bump benchmark-action/github-action-benchmark from 1.15.0 to 1.16.1
  • Loading branch information
neil-hickey authored Mar 9, 2023
2 parents 922e32f + c52d4ab commit 75b5f47
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@c3efd4d54319dbc90622069cc273cba59b46abbf
uses: benchmark-action/github-action-benchmark@0bde2d41092a995d4879e943a8cef102ea688f3b
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@c3efd4d54319dbc90622069cc273cba59b46abbf
uses: benchmark-action/github-action-benchmark@0bde2d41092a995d4879e943a8cef102ea688f3b
if: github.ref == 'refs/heads/develop'
with:
tool: 'go'
Expand Down

0 comments on commit 75b5f47

Please sign in to comment.