Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (
Browse files Browse the repository at this point in the history
…#899)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent 4d5834b commit 30ae641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
flutter packages pub run sentry_dart_plugin
- name: Commit new version 🆕
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
env:
version: ${{ steps.build-web.outputs.version }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
cd macos && pod update
- name: Commit changes 🆕
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: "chore(deps): dependencies maintenance"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
echo "version=v$(flutter pub run cider version)" >> $GITHUB_OUTPUT
- name: Commit new version 🆕
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
env:
version: ${{ steps.bump-version.outputs.version }}
with:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
echo "version=v$(flutter pub run cider version)" >> $GITHUB_OUTPUT
- name: Commit new version 🆕
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
env:
version: ${{ steps.bump-version.outputs.version }}
with:
Expand Down

0 comments on commit 30ae641

Please sign in to comment.