From f01b2556a0920a0dbf9f0349f54dad1556c52ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:43:30 +0000 Subject: [PATCH] build(deps): bump ad-m/github-push-action from 1.0.0 to 1.1.0 Bumps [ad-m/github-push-action](https://github.com/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/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.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 b0c0de6..7edae81 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.0.0 + - uses: ad-m/github-push-action@v1.1.0 with: branch: ${{ steps.pr-metadata.outputs.branch }} github_token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}