From e45ff4327895670afe2e912067e1f791e29bc2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:43:56 +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.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fb9932..56c3aa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -129,7 +129,7 @@ jobs: hide-comment: ${{ github.event_name != 'pull_request' }} - name: Dynamic Badges - uses: schneegans/dynamic-badges-action@v1.7.0 + uses: schneegans/dynamic-badges-action@v1.8.0 if: github.repository == 'MTSWebServices/etl-entities' && github.event_name == 'push' with: auth: ${{ secrets.AUTOMERGE_TOKEN }}