Skip to content

Commit 75b5f47

Browse files
authored
Merge pull request #1122 from carvel-dev/dependabot/github_actions/benchmark-action/github-action-benchmark-1.16.1
Bump benchmark-action/github-action-benchmark from 1.15.0 to 1.16.1
2 parents 922e32f + c52d4ab commit 75b5f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: ${{ runner.os }}-benchmark
4646
# Run `github-action-benchmark` action
4747
- name: Store benchmark result
48-
uses: benchmark-action/github-action-benchmark@c3efd4d54319dbc90622069cc273cba59b46abbf
48+
uses: benchmark-action/github-action-benchmark@0bde2d41092a995d4879e943a8cef102ea688f3b
4949
if: github.ref == 'refs/heads/develop'
5050
with:
5151
# What benchmark tool the output.txt came from
@@ -62,7 +62,7 @@ jobs:
6262
comment-on-alert: true
6363
# I don't fully understand but the two storage options are mutually exclusive if they're in the same block
6464
- name: Store Result into Github Pages
65-
uses: benchmark-action/github-action-benchmark@c3efd4d54319dbc90622069cc273cba59b46abbf
65+
uses: benchmark-action/github-action-benchmark@0bde2d41092a995d4879e943a8cef102ea688f3b
6666
if: github.ref == 'refs/heads/develop'
6767
with:
6868
tool: 'go'

0 commit comments

Comments
 (0)