From e2942a338f0b13cfb22c9bae8d73938efdbf3912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:44:02 +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/viewer-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/viewer-update.yml b/.github/workflows/viewer-update.yml index a47dfe2b3..97d701a2b 100644 --- a/.github/workflows/viewer-update.yml +++ b/.github/workflows/viewer-update.yml @@ -38,7 +38,7 @@ jobs: VIEWER_VERSION: ${{ github.event.client_payload.viewer-version }} - name: Commit diff if: steps.viewer-install.outputs.gitdiff - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: "package-lock.json package.json" message: "chore: bump @bimdata/viewer@${{ github.event.client_payload.viewer-version }} from Github Actions [skip e2e]" @@ -72,7 +72,7 @@ jobs: VIEWER_VERSION: ${{ github.event.client_payload.viewer-version }} - name: Commit diff if: steps.viewer-install.outputs.gitdiff - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: "package-lock.json package.json" message: "chore: bump @bimdata/viewer@${{ github.event.client_payload.viewer-version }} from Github Actions [skip e2e]"