From 0ff2db3b0d6a896afa1b8d28396c12549a7d0641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:17:35 +0000 Subject: [PATCH] Bump schneegans/dynamic-badges-action in the github-actions group Bumps the github-actions group with 1 update: [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27760e8c..e6084cdb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -155,7 +155,7 @@ jobs: hide-comment: ${{ github.event_name != 'pull_request' }} - name: Dynamic Badges - uses: schneegans/dynamic-badges-action@v1.8.0 + uses: schneegans/dynamic-badges-action@v1.9.0 if: github.repository == 'MTSWebServices/syncmaster' && github.event_name == 'push' with: auth: ${{ secrets.AUTOMERGE_TOKEN }}