From f66126e53dba0646d5cfce05001350190bf23b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 20:54:32 +0100 Subject: [PATCH] chore: bump devops-infra/action-commit-push from 0.9.2 to 0.10.0 (#2030) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1be738792..fd2e6db42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}-SNAPSHOT versions:commit - name: Push the changes to new branch - uses: devops-infra/action-commit-push@v0.9.2 + uses: devops-infra/action-commit-push@v0.10.0 with: github_token: "${{ secrets.GITHUB_TOKEN }}" add_timestamp: true