Skip to content

Commit 2f38f66

Browse files
authored
Merge pull request #1185 from carvel-dev/dependabot/github_actions/benchmark-action/github-action-benchmark-1.17.0
Bump benchmark-action/github-action-benchmark from 1.16.1 to 1.17.0
2 parents c28f473 + 7bfc02c commit 2f38f66

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@0bde2d41092a995d4879e943a8cef102ea688f3b
48+
uses: benchmark-action/github-action-benchmark@29e55772d85cc51b2a291bde13f33ef9014d2d1f
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@0bde2d41092a995d4879e943a8cef102ea688f3b
65+
uses: benchmark-action/github-action-benchmark@29e55772d85cc51b2a291bde13f33ef9014d2d1f
6666
if: github.ref == 'refs/heads/develop'
6767
with:
6868
tool: 'go'

0 commit comments

Comments
 (0)