From 0bc732c80f50f637fc90cd5d3edde3f9c5f29599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 04:17:00 +0000 Subject: [PATCH] Bump emibcn/badge-action from 1.2.4 to 2.0.2 Bumps [emibcn/badge-action](https://github.com/emibcn/badge-action) from 1.2.4 to 2.0.2. - [Release notes](https://github.com/emibcn/badge-action/releases) - [Commits](https://github.com/emibcn/badge-action/compare/d6f51ff11b5c3382b3b88689ae2d6db22d9737d1...4209421db54c8764d8932070ffd0f81715a629bf) --- updated-dependencies: - dependency-name: emibcn/badge-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc7dbe99..5bd962d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - name: Create badge (Linux) if: ${{ always() && matrix.os == 'ubuntu-latest' }} - uses: emibcn/badge-action@d6f51ff11b5c3382b3b88689ae2d6db22d9737d1 + uses: emibcn/badge-action@4209421db54c8764d8932070ffd0f81715a629bf with: label: Tests status: '${{ fromJSON( steps.test-results-nix.outputs.json ).formatted.stats.tests }} tests, ${{ fromJSON( steps.test-results-nix.outputs.json ).formatted.stats.runs }} runs: ${{ fromJSON( steps.test-results-nix.outputs.json ).conclusion }}' @@ -102,7 +102,7 @@ jobs: - name: Create badge (Win/Mac) if: ${{ always() && (matrix.os == 'macos-latest' || matrix.os == 'windows-latest') }} - uses: emibcn/badge-action@d6f51ff11b5c3382b3b88689ae2d6db22d9737d1 + uses: emibcn/badge-action@4209421db54c8764d8932070ffd0f81715a629bf with: label: Tests status: '${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.tests }} tests, ${{ fromJSON( steps.test-results.outputs.json ).formatted.stats.runs }} runs: ${{ fromJSON( steps.test-results.outputs.json ).conclusion }}'