From 902344507c80efd3cf4aece41ec46daa06c2aa0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:52:11 +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 1.1.0 to 1.3.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/4cc74773234f74829a8c21bc4d69dd4be9cfa599...881a6320fdb16eb5318c5054f31c218aec2b324c) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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 e738d2c..a473c24 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@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0 + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ecdb3c7..84fd352 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@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0 + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges