From d0d1272dad7ab480276f50110a255b080961fcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:05:55 +0000 Subject: [PATCH] build(deps): bump dsanders11/github-app-commit-action Bumps [dsanders11/github-app-commit-action](https://github.com/dsanders11/github-app-commit-action) from 1.5.0 to 2.1.0. - [Release notes](https://github.com/dsanders11/github-app-commit-action/releases) - [Commits](https://github.com/dsanders11/github-app-commit-action/compare/43de6da2f4d927e997c0784c7a0b61bd19ad6aac...2bbcd331016d8c950b05a24b56e7eb9cb50d545e) --- updated-dependencies: - dependency-name: dsanders11/github-app-commit-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7aa03e89d1..6796a73bbe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -51,7 +51,7 @@ jobs: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Commit docs - uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 + uses: dsanders11/github-app-commit-action@2bbcd331016d8c950b05a24b56e7eb9cb50d545e # v2.1.0 with: fail-on-no-changes: false message: 'deploy: ${{ steps.get-short-sha.outputs.sha }}'