From ac71c22246e5ac6233711a55c3aedf36dcb352af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:06:10 +0100 Subject: [PATCH] Bump EndBug/add-and-commit from 9.1.1 to 9.1.3 (#263) Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9.1.1 to 9.1.3. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9.1.1...v9.1.3) --- 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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7eab332f..96513e1d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - name: Build the package run: ./gradlew buildPlugin - name: Make the release commit - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.3 with: add: 'build.gradle' commit: '--signoff' @@ -86,7 +86,7 @@ jobs: sed -i "/<\/\?ul>/d" build.gradle sed -i "/
  • /d" build.gradle - name: Make the next development commit - uses: EndBug/add-and-commit@v9.1.1 + uses: EndBug/add-and-commit@v9.1.3 with: add: 'build.gradle' commit: '--signoff'