Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v4…
Browse files Browse the repository at this point in the history
….14.0 (#343)
  • Loading branch information
renovate[bot] authored Mar 18, 2022
1 parent b462db8 commit 9c86551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "::set-output name=version::v$(flutter pub run cider bump ${{ github.event.inputs.release-type }})"
- name: Commit new version 🆕
uses: stefanzweifel/git-auto-commit-action@v4.13.1
uses: stefanzweifel/git-auto-commit-action@v4.14.0
env:
version: ${{ steps.bump-version.outputs.version }}
with:
Expand Down

0 comments on commit 9c86551

Please sign in to comment.