Skip to content

Commit 15237f1

Browse files
GitHub Actions(deps): Bump EndBug/add-and-commit from 10 to 11
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10 to 11. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v10...v11) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a641673 commit 15237f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
- name: Commit release pull request wiki submodule pointer
286286
if: ${{ steps.create_pr.outputs.pull-request-number != '' && steps.refresh_release_preview.outputs.pointer-changed == 'true' }}
287287
id: release_wiki_pointer_commit
288-
uses: EndBug/add-and-commit@v10
288+
uses: EndBug/add-and-commit@v11
289289
with:
290290
add: .github/wiki
291291
message: Update wiki submodule pointer for PR #${{ steps.create_pr.outputs.pull-request-number }}

.github/workflows/wiki-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Commit parent repo submodule pointer
9393
if: steps.detect_wiki.outputs.exists == 'true' && steps.refresh_preview.outputs.pointer-changed == 'true'
9494
id: parent_commit
95-
uses: EndBug/add-and-commit@v10
95+
uses: EndBug/add-and-commit@v11
9696
with:
9797
add: .github/wiki
9898
message: "Update wiki submodule pointer for PR #${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)