Merge pull request #3320 from pydanny/dependabot/github_actions/stefanzweifel/git-auto-commit-action-4.12.0

Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0
This commit is contained in:
Bruno Alla 2021-09-13 15:43:44 +01:00 committed by GitHub
commit 905f02d928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.11.0 uses: stefanzweifel/git-auto-commit-action@v4.12.0
with: with:
commit_message: Update Changelog commit_message: Update Changelog
file_pattern: CHANGELOG.md file_pattern: CHANGELOG.md

View File

@ -24,7 +24,7 @@ jobs:
run: python scripts/update_contributors.py run: python scripts/update_contributors.py
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.11.0 uses: stefanzweifel/git-auto-commit-action@v4.12.0
with: with:
commit_message: Update Contributors commit_message: Update Contributors
file_pattern: CONTRIBUTORS.md .github/contributors.json file_pattern: CONTRIBUTORS.md .github/contributors.json