From de9fa552005621ec60946c4540a1c548eafcc7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:14:20 +0100 Subject: [PATCH] Bump benchmark-action/github-action-benchmark from 1.19.1 to 1.19.2 (#917) Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/benchmark-action/github-action-benchmark/compare/43d26a5d4cf455feb00c366b6c6a0a3e01813139...315072f079db10e96004ffb95b9b7263bf3a547e) --- updated-dependencies: - dependency-name: benchmark-action/github-action-benchmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-benchmarks.yml b/.github/workflows/publish-benchmarks.yml index 55742ade39..2014fb4880 100644 --- a/.github/workflows/publish-benchmarks.yml +++ b/.github/workflows/publish-benchmarks.yml @@ -29,7 +29,7 @@ jobs: run: bash scripts/ci/sync_wait.sh - name: Store benchmark result criterion - uses: benchmark-action/github-action-benchmark@43d26a5d4cf455feb00c366b6c6a0a3e01813139 # v1.19.1 + uses: benchmark-action/github-action-benchmark@315072f079db10e96004ffb95b9b7263bf3a547e # v1.19.2 with: name: "Wasmi criterion benchmark" tool: "cargo" @@ -39,7 +39,7 @@ jobs: skip-fetch-gh-pages: true - name: Store benchmark result wasmtime - uses: benchmark-action/github-action-benchmark@43d26a5d4cf455feb00c366b6c6a0a3e01813139 # v1.19.1 + uses: benchmark-action/github-action-benchmark@315072f079db10e96004ffb95b9b7263bf3a547e # v1.19.2 with: name: "Wasmi criterion wasmtime" tool: "cargo"