Skip to content

Commit

Permalink
Merge pull request #259 from zim514/dependabot/github_actions/stefanz…
Browse files Browse the repository at this point in the history
…weifel/git-auto-commit-action-5

Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
snapcase authored Oct 14, 2023
2 parents ab65e8d + 14d8997 commit 807b505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
working-directory: ${{ github.event.repository.name }}

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: ${{ github.event.repository.name }}
commit_message: Increment addon.xml version to ${{ steps.required-variables.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: ./

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated repo update ${{ github.ref_name }}
add_options: '--all'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-addon-metadata-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: ./project/script.service.hue

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: project
commit_message: Sync of addon metadata translations triggered by ${{ github.sha }}
Expand Down

0 comments on commit 807b505

Please sign in to comment.