From 40555b43d58a46126bc3056cd9d9ec3ea36c804e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:42:51 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' 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 f1933d3fa..5845331e9 100644 --- a/.github/workflows/viewer-update.yml +++ b/.github/workflows/viewer-update.yml @@ -37,7 +37,7 @@ jobs: VIEWER_VERSION: ${{ github.event.client_payload.viewer-version }} - name: Commit diff if: steps.viewer-install.outputs.gitdiff - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "package-lock.json package.json" message: "chore: bump @bimdata/viewer@${{ github.event.client_payload.viewer-version }} from Github Actions [skip e2e]" @@ -70,7 +70,7 @@ jobs: VIEWER_VERSION: ${{ github.event.client_payload.viewer-version }} - name: Commit diff if: steps.viewer-install.outputs.gitdiff - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "package-lock.json package.json" message: "chore: bump @bimdata/viewer@${{ github.event.client_payload.viewer-version }} from Github Actions [skip e2e]"