From 8d9248585d4c4b53b949b43920eddcfb2230b2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:56:48 +0300 Subject: [PATCH] dependabot: bump EndBug/add-and-commit from 9.1.3 to 9.1.4 (#592) 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](https://github.com/endbug/add-and-commit/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd-prod.yml | 2 +- .github/workflows/cd-stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 6d41477f6..7342de4b9 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -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` diff --git a/.github/workflows/cd-stage.yml b/.github/workflows/cd-stage.yml index 89eea12b2..9c2b740a9 100644 --- a/.github/workflows/cd-stage.yml +++ b/.github/workflows/cd-stage.yml @@ -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`