Update version in README

This commit is contained in:
Stefan Zweifel 2019-10-26 16:38:54 +02:00
parent 134234c02d
commit a607c57aa4
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github.
Add the following step at the end of your job.
```yaml
- uses: stefanzweifel/git-auto-commit-action@v2.1.0
- uses: stefanzweifel/git-auto-commit-action@v2.2.0
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
@ -59,7 +59,7 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga
- name: Commit changed files
uses: stefanzweifel/git-auto-commit-action@v2.1.0
uses: stefanzweifel/git-auto-commit-action@v2.2.0
with:
commit_message: Apply php-cs-fixer changes
branch: ${{ github.head_ref }}