From f1af2526f4900667bf7206d6f310db0e7929885c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:15:36 +0000 Subject: [PATCH] Bump devops-infra/action-commit-push from 0.11.1 to 0.11.2 Bumps [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](https://github.com/devops-infra/action-commit-push/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: devops-infra/action-commit-push dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/AUTO-RELEASE.yml | 2 +- .github/workflows/AUTO-VERSION.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AUTO-RELEASE.yml b/.github/workflows/AUTO-RELEASE.yml index 09286a1..9e8f5b7 100644 --- a/.github/workflows/AUTO-RELEASE.yml +++ b/.github/workflows/AUTO-RELEASE.yml @@ -63,7 +63,7 @@ jobs: echo "✅ Updated Makefile fallback version to: ${VERSION}" - name: Create release branch and commit changes - uses: devops-infra/action-commit-push@v0.11.1 + uses: devops-infra/action-commit-push@v0.11.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: release/${{ github.event.inputs.version }} diff --git a/.github/workflows/AUTO-VERSION.yml b/.github/workflows/AUTO-VERSION.yml index af464ae..f355771 100644 --- a/.github/workflows/AUTO-VERSION.yml +++ b/.github/workflows/AUTO-VERSION.yml @@ -174,7 +174,7 @@ jobs: echo "✅ Updated Makefile fallback version to: ${VERSION}" - name: Create release branch and commit changes - uses: devops-infra/action-commit-push@v0.11.1 + uses: devops-infra/action-commit-push@v0.11.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: release/${{ needs.check_for_release.outputs.new_version }}