From 88e68beb88b2b3244022a222477fb553964bcb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:02:43 +0000 Subject: [PATCH] Bump buildingcash/json-to-markdown-table-action from 1.0.0 to 1.1.0 (#83) Bumps [buildingcash/json-to-markdown-table-action](https://github.com/buildingcash/json-to-markdown-table-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/buildingcash/json-to-markdown-table-action/releases) - [Commits](https://github.com/buildingcash/json-to-markdown-table-action/compare/3212cd4ed03822b88cc1f1f96353100a3ef98474...b442169239ef35f1dc4e5c8c3d47686c081a7e65) --- updated-dependencies: - dependency-name: buildingcash/json-to-markdown-table-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 07ec08ca..0c9bf51a 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -81,7 +81,7 @@ jobs: scripts/e2e/log.log.used* - name: Convert Result to Markdown Table - uses: buildingcash/json-to-markdown-table-action@3212cd4ed03822b88cc1f1f96353100a3ef98474 # v1.0.0 + uses: buildingcash/json-to-markdown-table-action@b442169239ef35f1dc4e5c8c3d47686c081a7e65 # v1.1.0 id: md-table with: json: ${{ steps.benchmark-result-json.outputs.json }} @@ -257,7 +257,7 @@ jobs: scripts/e2e/stats-col-*.json - name: Convert Result to Markdown Table - uses: buildingcash/json-to-markdown-table-action@3212cd4ed03822b88cc1f1f96353100a3ef98474 # v1.0.0 + uses: buildingcash/json-to-markdown-table-action@b442169239ef35f1dc4e5c8c3d47686c081a7e65 # v1.1.0 id: md-table with: json: ${{ steps.benchmark-result-json.outputs.json }}