Skip to content

Commit c082b7f

Browse files
Chore(deps): Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#2110)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liam Newman <bitwiseman@gmail.com>
1 parent 181caa5 commit c082b7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create_release_tag_and_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mvn -B versions:set versions:commit -DremoveSnapshot
3434
echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
3535
36-
- uses: stefanzweifel/git-auto-commit-action@v5
36+
- uses: stefanzweifel/git-auto-commit-action@v6
3737
with:
3838
commit_message: "Prepare release (${{ github.actor }}): github-api-${{ steps.release.outputs.version }}"
3939
tagging_message: 'github-api-${{ steps.release.outputs.version }}'
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
mvn versions:set versions:commit -DnextSnapshot
4545
46-
- uses: stefanzweifel/git-auto-commit-action@v5
46+
- uses: stefanzweifel/git-auto-commit-action@v6
4747
with:
4848
commit_message: "Prepare for next development iteration"
4949
branch: staging/main

.github/workflows/publish_release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cp -r ./target/site/* ./
9191
9292
- name: Publish GH Pages
93-
uses: stefanzweifel/git-auto-commit-action@v5
93+
uses: stefanzweifel/git-auto-commit-action@v6
9494
with:
9595
commit_message: "Release (${{ github.actor }}): v${{ steps.release.outputs.version }}"
9696
branch: gh-pages

0 commit comments

Comments
 (0)