From 01d43f68f2fffdb8e74eeff06aaec982d0126787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:37:24 +0000 Subject: [PATCH] chore(deps): Bump gaelgirodon/ci-badges-action from 1.5.0 to 1.6.0 Bumps [gaelgirodon/ci-badges-action](https://github.com/gaelgirodon/ci-badges-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/gaelgirodon/ci-badges-action/releases) - [Changelog](https://github.com/GaelGirodon/ci-badges-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/gaelgirodon/ci-badges-action/compare/v1.5.0...1.6.0) --- updated-dependencies: - dependency-name: gaelgirodon/ci-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7808231..b4a7a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: make run-ci - name: Create coverage badge - uses: gaelgirodon/ci-badges-action@v1.5.0 + uses: gaelgirodon/ci-badges-action@1.6.0 with: gist-id: ${{ vars.GIST_ID_BADGES }} token: ${{ secrets.GIST_TOKEN }}