From 0ad16e0a68853aec77f94de0afd76f2d8e749921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:25:40 +0000 Subject: [PATCH] chore(deps): bump schneegans/dynamic-badges-action from 1.8.0 to 1.9.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.9.0 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 42a19ef..889c76a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: # Update the README badge only for main pushes. No-op-safe: skipped on PRs/forks. - name: Update coverage badge if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: schneegans/dynamic-badges-action@v1.8.0 + uses: schneegans/dynamic-badges-action@v1.9.0 with: auth: ${{ secrets.GIST_SECRET }} gistID: ${{ vars.COVERAGE_GIST_ID }}