From a4917f69a7fe4383837260a110edf2f724da44c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:57:06 +0000 Subject: [PATCH] chore(deps): bump rhysd/github-action-benchmark from 1.20.3 to 1.20.4 Bumps [rhysd/github-action-benchmark](https://github.com/rhysd/github-action-benchmark) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/rhysd/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/github-action-benchmark/compare/4de1bed97a47495fc4c5404952da0499e31f5c29...d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7) --- updated-dependencies: - dependency-name: rhysd/github-action-benchmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 685afd0892..7e4fba7b01 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,7 +24,7 @@ jobs: run: cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt - name: Store benchmark result - uses: rhysd/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 # v1.20.3 + uses: rhysd/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4 with: tool: "cargo" output-file-path: "output.txt"