Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action action to v5.0.1 (#33)
Browse files Browse the repository at this point in the history
* Update stefanzweifel/git-auto-commit-action action to v5.0.1

| datasource  | package                              | from   | to     |
| ----------- | ------------------------------------ | ------ | ------ |
| github-tags | stefanzweifel/git-auto-commit-action | v5.0.0 | v5.0.1 |

* Also bump consumers

* Add change notes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nick A Nichols <nichols1991@gmail.com>
  • Loading branch information
renovate[bot] and nnichols authored Apr 19, 2024
1 parent 3b99428 commit 8bb17d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: doctoc sources/community/CODE_OF_CONDUCT.md README.md sources/templates/CONTRIBUTING.md --github

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: |
[Format] Auto-formatting
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Unlike other Wall Brew repositories, `rebroadcast` does not use semantic version
Since `rebroadcast` primarily supports automated actions and developer tooling, there is little to distinguish breaking changes and bug fixes.
That said, it is important to track the history of changes made to our CI/CD and documentation over time.

## 2024 April 19

* Update `stefanzweifel/git-auto-commit-action` to `v5.0.1`

## 2024 March 16

* Update renovate to mark PRs as auto-mergable (requires review and passing tests)
Expand Down
2 changes: 1 addition & 1 deletion sources/github-actions/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cljstyle fix --report --report-timing --verbose
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: |
[Format] Auto-formatting
Expand Down

0 comments on commit 8bb17d0

Please sign in to comment.