From 7aae7a88b023b8d0f6bbd00cac56ced728fdb001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:11:40 -0700 Subject: [PATCH] chore(deps): update benchmark-action/github-action-benchmark action to v1.20.3 (#5381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/benchmark-action/github-action-benchmark) | action | patch | `v1.20.1` -> `v1.20.3` | --- ### Release Notes
benchmark-action/github-action-benchmark (benchmark-action/github-action-benchmark) ### [`v1.20.3`](https://togithub.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1203---19-May-2024) [Compare Source](https://togithub.com/benchmark-action/github-action-benchmark/compare/v1.20.2...v1.20.3) - **fix** Catch2 v.3.5.0 changed output format ([#​247](https://togithub.com/benchmark-action/github-action-benchmark/issues/247)) ### [`v1.20.2`](https://togithub.com/benchmark-action/github-action-benchmark/blob/HEAD/CHANGELOG.md#v1202---19-May-2024) [Compare Source](https://togithub.com/benchmark-action/github-action-benchmark/compare/v1.20.1...v1.20.2) - **fix** Support sub-nanosecond precision on Cargo benchmarks ([#​246](https://togithub.com/benchmark-action/github-action-benchmark/issues/246))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 322ddeadc8b..36988be2554 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -27,7 +27,7 @@ jobs: path: ./benchmarks key: ${{ runner.os }}-benchmark - name: Store benchmarks result - uses: benchmark-action/github-action-benchmark@v1.20.1 + uses: benchmark-action/github-action-benchmark@v1.20.3 with: name: Benchmarks tool: 'go'