From 2e8f447b787eea02df253aa9b216bcaa0b926685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:16:53 +0000 Subject: [PATCH] chore(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](https://github.com/endbug/add-and-commit/compare/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] --- .github/workflows/lts-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/screenshots.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lts-release.yml b/.github/workflows/lts-release.yml index f11762bd6a..e0a5be43ce 100644 --- a/.github/workflows/lts-release.yml +++ b/.github/workflows/lts-release.yml @@ -75,7 +75,7 @@ jobs: - name: Commit release if: ${{ !inputs.dry-run }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: "['package-lock.json', 'CHANGELOG.md']" message: ':bookmark: release: ${{ steps.package-version.outputs.current-version }}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3bf21ad60..a9fc6aa46d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: - name: Commit release if: ${{ !inputs.dry-run }} - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: "['pnpm-lock.yaml', 'CHANGELOG.md']" message: ':bookmark: release: ${{ steps.package-version.outputs.current-version }}' diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index c2bc0bfa59..085037fde0 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -213,7 +213,7 @@ jobs: run: pnpm exec playwright test --config=playwright.visual.config.mts --update-snapshots - name: Commit screenshots - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'chore: update screenshots for ${{ needs.assembleInformation.outputs.command }}' env: