Skip to content

Commit 7f7e904

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#2942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7da2b5 commit 7f7e904

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
echo "Setting new Micronaut snapshot version"
8585
sed -i "s/^micronautVersion.*$/micronautVersion\=${{ steps.post_release.outputs.next_version }}-SNAPSHOT/" gradle.properties
86-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
86+
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
8787
continue-on-error: true
8888
with:
8989
commit_message: Back Micronaut version to snapshot
@@ -394,7 +394,7 @@ jobs:
394394
sed -i -e "s/ sha256 arm: '.*/ sha256 arm: '${ARMSHA}',/" Casks/micronaut.rb
395395
sed -i -e "s/ intel: '.*/ intel: '${INTELSHA}'/" Casks/micronaut.rb
396396
cat Casks/micronaut.rb
397-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
397+
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
398398
with:
399399
commit_message: Update Micronaut cask to ${{ github.event.release.tag_name }}
400400
commit_user_name: micronaut-build
@@ -447,7 +447,7 @@ jobs:
447447
run: |
448448
choco apikey --key $Env:API_KEY --source https://push.chocolatey.org/
449449
choco push micronaut.${{ steps.choco.outputs.nuget_version }}.nupkg --source https://push.chocolatey.org/ --force
450-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
450+
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
451451
with:
452452
commit_message: Bump Micronaut Chocolatey package to ${{ github.event.release.tag_name }}
453453
commit_user_name: micronaut-build
@@ -475,7 +475,7 @@ jobs:
475475
- name: Back to Micronaut Platform snapshot
476476
continue-on-error: true
477477
run: ./gradlew micronautPlatformNextSnapshot
478-
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
478+
- uses: stefanzweifel/git-auto-commit-action@v7.0.0
479479
continue-on-error: true
480480
with:
481481
commit_message: Back Core and Platform version to snapshot

0 commit comments

Comments
 (0)