From cd949cce119b7453c685db9ba03bb2657de722bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:54:47 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/init.yml | 2 +- .github/workflows/tag_and_publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index b9a76ef..d3ae40e 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -41,7 +41,7 @@ jobs: sed -i "s/aind-library-template/${REPO_NAME}/" README.md sed -i "s/${readme_description}/${new_readme_description}/" README.md - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: default_author: github_actions message: "ci: version bump [skip actions]" diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index a225f41..1917992 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -71,7 +71,7 @@ jobs: sed -i "s/$coverage_badge/$new_coverage_badge/g" README.md - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: default_author: github_actions message: "ci: update badges [skip actions]"