Skip to content

Commit 1d3c055

Browse files
Bump EndBug/add-and-commit from v6.2.0 to v7
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from v6.2.0 to v7. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/master/CHANGELOG.md) - [Commits](EndBug/add-and-commit@v6.2.0...b3c7c1e) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c77ef35 commit 1d3c055

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
2121

2222
- name: commit updated changelog
23-
uses: EndBug/add-and-commit@v6.2.0
23+
uses: EndBug/add-and-commit@v7
2424
with:
2525
message: "[CHANGELOG] Updated changelog"
2626
add: "CHANGELOG.md"

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
release_branch: 'release'
5050

5151
- name: commit updated changelog
52-
uses: EndBug/add-and-commit@v6.2.0
52+
uses: EndBug/add-and-commit@v7
5353
with:
5454
message: "[CHANGELOG] Updated changelog"
5555
add: "CHANGELOG.md"

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
2121

2222
- name: commit updated changelog
23-
uses: EndBug/add-and-commit@v6.2.0
23+
uses: EndBug/add-and-commit@v7
2424
with:
2525
message: "[CHANGELOG] Updated changelog"
2626
add: "CHANGELOG.md"

0 commit comments

Comments
 (0)