Skip to content

Commit 764d488

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent fc1efb3 commit 764d488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set release version
5353
run: mvn --no-transfer-progress --batch-mode versions:set -DnewVersion=$NEXT_VERSION -DprocessAllModules -DgenerateBackupPoms=false
5454
- name: Commit & Push changes
55-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
55+
uses: stefanzweifel/git-auto-commit-action@v7.0.0
5656
with:
5757
commit_message: 'chore: releasing version ${{ env.NEXT_VERSION }}'
5858

@@ -94,7 +94,7 @@ jobs:
9494
# Time to update some files with the new version
9595
# Commit and push changes
9696
- name: Commit & Push changes
97-
uses: stefanzweifel/git-auto-commit-action@v5.2.0
97+
uses: stefanzweifel/git-auto-commit-action@v7.0.0
9898
with:
9999
commit_message: 'chore: setting SNAPSHOT version ${{ env.NEXT_RELEASE_VERSION }}'
100100

0 commit comments

Comments
 (0)