Skip to content

Commit

Permalink
dependabot: bump EndBug/add-and-commit from 9.1.3 to 9.1.4 (#592)
Browse files Browse the repository at this point in the history
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@v9.1.3...v9.1.4)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 17818d7 commit 8d92485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
args: -v -tsvg **.plantuml

- name: push diagrams to runing branch
uses: EndBug/add-and-commit@v9.1.3
uses: EndBug/add-and-commit@v9.1.4
with:
message: auto-generate `**.svg` for `**.plantuml`

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
args: -v -tsvg **.plantuml

- name: push diagrams to runing branch
uses: EndBug/add-and-commit@v9.1.3
uses: EndBug/add-and-commit@v9.1.4
with:
message: auto-generate `**.svg` for `**.plantuml`

Expand Down

0 comments on commit 8d92485

Please sign in to comment.