Skip to content

Commit cd949cc

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 b6b6476 commit cd949cc

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
@@ -71,7 +71,7 @@ jobs:
7171

7272
sed -i "s/$coverage_badge/$new_coverage_badge/g" README.md
7373
- name: Commit changes
74-
uses: EndBug/add-and-commit@v9
74+
uses: EndBug/add-and-commit@v10
7575
with:
7676
default_author: github_actions
7777
message: "ci: update badges [skip actions]"

0 commit comments

Comments
 (0)