Skip to content

Commit

Permalink
Bump EndBug/add-and-commit from 9.1.1 to 9.1.3 (#263)
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.1 to 9.1.3.
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent b70a9a0 commit ac71c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
sed -i "/<\/\?ul>/d" build.gradle
sed -i "/<li>/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'
Expand Down

0 comments on commit ac71c22

Please sign in to comment.