From bf8a10bfa10a91d90dac36a81934117c3e5ebf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:57:00 +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/update-abi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 0f3626a..dd0057b 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -39,7 +39,7 @@ jobs: git add abi_registry.json - name: Commit Changes to ABI registry id: commit-changes - 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: 'feat: update ABI registry'