Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 75b0841

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] <support@github.com>
1 parent f0cee52 commit 75b0841

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deployment.yml

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

7575
- name: commit updated changelog
76-
uses: EndBug/add-and-commit@v6.2.0
76+
uses: EndBug/add-and-commit@v7
7777
with:
7878
message: "[CHANGELOG] Updated changelog"
7979
add: "CHANGELOG.md"

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
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"
@@ -94,7 +94,7 @@ jobs:
9494
run: knife supermarket share ${{ steps.get_cookbook_name.outputs.cookbook_name }} -o .. --dry-run
9595

9696
- name: commit bumped metadata
97-
uses: EndBug/add-and-commit@v6.2.0
97+
uses: EndBug/add-and-commit@v7
9898
with:
9999
message: "[METADATA] Updated version"
100100
add: "metadata.rb"

.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)