Skip to content

Commit 0eb520d

Browse files
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](EndBug/add-and-commit@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] <support@github.com>
1 parent a2554d6 commit 0eb520d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sed -i "s/aind-library-template/${REPO_NAME}/" README.md
4242
sed -i "s/${readme_description}/${new_readme_description}/" README.md
4343
- name: Commit changes
44-
uses: EndBug/add-and-commit@v9
44+
uses: EndBug/add-and-commit@v10
4545
with:
4646
default_author: github_actions
4747
message: "ci: version bump [skip actions]"

.github/workflows/tag_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
sed -i "s/$coverage_badge/$new_coverage_badge/g" README.md
5757
- name: Commit changes
58-
uses: EndBug/add-and-commit@v9
58+
uses: EndBug/add-and-commit@v10
5959
with:
6060
default_author: github_actions
6161
message: "ci: update badges [skip actions]"

0 commit comments

Comments
 (0)