From 371fe6f8fd49e10f4f3000f4c2dac6626c4ceeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:50:49 +0000 Subject: [PATCH] chore: bump devops-infra/action-commit-push from 0.9.2 to 0.10.0 Bumps [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](https://github.com/devops-infra/action-commit-push/compare/v0.9.2...v0.10.0) --- updated-dependencies: - dependency-name: devops-infra/action-commit-push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 4488957863..9a0738e519 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