Skip to content

Commit f2dbd18

Browse files
GitHub Actions(deps): Bump EndBug/add-and-commit from 10 to 11 (#358)
* 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> * Add changelog entry for Dependabot PR #358 * Update wiki submodule pointer for PR #358 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82dc2d8 commit f2dbd18

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/wiki

Submodule wiki updated from 7d3372d to df02a48

.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 }}"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- GitHub Actions(deps): Bump toshimaru/auto-author-assign from 3.0.2 to 3.0.3 (#355)
1313
- Composer(deps): Update ergebnis/phpunit-agent-reporter requirement from ^0.3 to ^1.0 (#356)
1414
- GitHub Actions(deps): Bump actions/checkout from 6 to 7 (#354)
15+
- GitHub Actions(deps): Bump EndBug/add-and-commit from 10 to 11 (#358)
1516

1617
## [1.25.6] - 2026-05-22
1718

0 commit comments

Comments
 (0)