Skip to content

Commit 7aae7a8

Browse files
chore(deps): update benchmark-action/github-action-benchmark action to v1.20.3 (#5381)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) | action | patch | `v1.20.1` -> `v1.20.3` | --- ### Release Notes <details> <summary>benchmark-action/github-action-benchmark (benchmark-action/github-action-benchmark)</summary> ### [`v1.20.3`](https://github.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1203---19-May-2024) [Compare Source](https://github.com/benchmark-action/github-action-benchmark/compare/v1.20.2...v1.20.3) - **fix** Catch2 v.3.5.0 changed output format ([#&#8203;247](https://github.com/benchmark-action/github-action-benchmark/issues/247)) ### [`v1.20.2`](https://github.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1202---19-May-2024) [Compare Source](https://github.com/benchmark-action/github-action-benchmark/compare/v1.20.1...v1.20.2) - **fix** Support sub-nanosecond precision on Cargo benchmarks ([#&#8203;246](https://github.com/benchmark-action/github-action-benchmark/issues/246)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c3120f commit 7aae7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: ./benchmarks
2828
key: ${{ runner.os }}-benchmark
2929
- name: Store benchmarks result
30-
uses: benchmark-action/github-action-benchmark@v1.20.1
30+
uses: benchmark-action/github-action-benchmark@v1.20.3
3131
with:
3232
name: Benchmarks
3333
tool: 'go'

0 commit comments

Comments
 (0)