|
83 | 83 | run: | |
84 | 84 | echo "Setting new Micronaut snapshot version" |
85 | 85 | 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 |
87 | 87 | continue-on-error: true |
88 | 88 | with: |
89 | 89 | commit_message: Back Micronaut version to snapshot |
@@ -394,7 +394,7 @@ jobs: |
394 | 394 | sed -i -e "s/ sha256 arm: '.*/ sha256 arm: '${ARMSHA}',/" Casks/micronaut.rb |
395 | 395 | sed -i -e "s/ intel: '.*/ intel: '${INTELSHA}'/" Casks/micronaut.rb |
396 | 396 | cat Casks/micronaut.rb |
397 | | - - uses: stefanzweifel/git-auto-commit-action@v6.0.1 |
| 397 | + - uses: stefanzweifel/git-auto-commit-action@v7.0.0 |
398 | 398 | with: |
399 | 399 | commit_message: Update Micronaut cask to ${{ github.event.release.tag_name }} |
400 | 400 | commit_user_name: micronaut-build |
@@ -447,7 +447,7 @@ jobs: |
447 | 447 | run: | |
448 | 448 | choco apikey --key $Env:API_KEY --source https://push.chocolatey.org/ |
449 | 449 | 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 |
451 | 451 | with: |
452 | 452 | commit_message: Bump Micronaut Chocolatey package to ${{ github.event.release.tag_name }} |
453 | 453 | commit_user_name: micronaut-build |
@@ -475,7 +475,7 @@ jobs: |
475 | 475 | - name: Back to Micronaut Platform snapshot |
476 | 476 | continue-on-error: true |
477 | 477 | run: ./gradlew micronautPlatformNextSnapshot |
478 | | - - uses: stefanzweifel/git-auto-commit-action@v6.0.1 |
| 478 | + - uses: stefanzweifel/git-auto-commit-action@v7.0.0 |
479 | 479 | continue-on-error: true |
480 | 480 | with: |
481 | 481 | commit_message: Back Core and Platform version to snapshot |
|
0 commit comments