diff --git a/.github/workflows/create_release_tag_and_pr.yml b/.github/workflows/create_release_tag_and_pr.yml index ec67d46e4b..a0e97070e2 100644 --- a/.github/workflows/create_release_tag_and_pr.yml +++ b/.github/workflows/create_release_tag_and_pr.yml @@ -35,7 +35,7 @@ jobs: mvn -B versions:set versions:commit -DremoveSnapshot echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Prepare release (${{ github.actor }}): github-api-${{ steps.release.outputs.version }}" tagging_message: 'github-api-${{ steps.release.outputs.version }}' @@ -45,7 +45,7 @@ jobs: run: | mvn versions:set versions:commit -DnextSnapshot - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Prepare for next development iteration" branch: staging/${{ github.ref_name }} diff --git a/.github/workflows/publish_release_branch.yml b/.github/workflows/publish_release_branch.yml index 5e5a919be1..2cb798e632 100644 --- a/.github/workflows/publish_release_branch.yml +++ b/.github/workflows/publish_release_branch.yml @@ -90,7 +90,7 @@ jobs: cp -r ./target/site/* ./ - name: Publish GH Pages - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Release (${{ github.actor }}): v${{ steps.release.outputs.version }}" branch: gh-pages