From 748b8d37e9da20dc6f7726598510857cc55d4944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:16:28 +0000 Subject: [PATCH] ci: bump ad-m/github-push-action in the all-actions group Bumps the all-actions group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `ad-m/github-push-action` from 0.8.0 to 1.0.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/d91a481090679876dfc4178fef17f286781251df...77c5b412c50b723d2a4fbc6d71fb5723bcd439aa) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/pylint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 951fc08..52d8419 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -361,7 +361,7 @@ jobs: git commit -m "Add/Update badge" || true - name: Push badge commit - uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 + uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 697f829..6c73446 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -114,7 +114,7 @@ jobs: git commit -m "Add/Update badge" || true - name: Push badge commit - uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 + uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges