From 94b93de51c251d01b124d7368f86278795db7bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 02:35:02 +0000 Subject: [PATCH] build(deps): bump ad-m/github-push-action from 1.1.0 to 1.3.0 Bumps [ad-m/github-push-action](https://github.com/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/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fixxxer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fixxxer.yaml b/.github/workflows/fixxxer.yaml index 7edae81..022b367 100644 --- a/.github/workflows/fixxxer.yaml +++ b/.github/workflows/fixxxer.yaml @@ -76,7 +76,7 @@ jobs: - run: ./scripts/fixxxer.sh - - uses: ad-m/github-push-action@v1.1.0 + - uses: ad-m/github-push-action@v1.3.0 with: branch: ${{ steps.pr-metadata.outputs.branch }} github_token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}