From e3e9cb8609cabdae402d65ad7f33d0c5c18990ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:15:26 +0000 Subject: [PATCH] ci: bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [ad-m/github-push-action](https://github.com/ad-m/github-push-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `ad-m/github-push-action` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/77c5b412c50b723d2a4fbc6d71fb5723bcd439aa...4cc74773234f74829a8c21bc4d69dd4be9cfa599) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/diagrams.yml | 2 +- .github/workflows/pylint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f685390..efacc94 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@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 + uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges diff --git a/.github/workflows/diagrams.yml b/.github/workflows/diagrams.yml index 72a2dbb..b5bf984 100644 --- a/.github/workflows/diagrams.yml +++ b/.github/workflows/diagrams.yml @@ -40,7 +40,7 @@ jobs: tox -e md -- ${{ steps.getfile.outputs.files }} - name: Create Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 id: cpr with: branch: cpr/updated-diagrams diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index aabf2ef..ecdb3c7 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@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 + uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: badges