From 9db7810e82150c2dd75df4b1a9eee9ca8eb60548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:42:38 +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/merge-dapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-dapp.yml b/.github/workflows/merge-dapp.yml index 79ebf9e..1c9ada4 100644 --- a/.github/workflows/merge-dapp.yml +++ b/.github/workflows/merge-dapp.yml @@ -48,7 +48,7 @@ jobs: scala-cli .github/scripts/validate-and-merge-cli.scala --main-class main -- all-dapp-allowlist.json - name: Commit and push merged list - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: add: "all-dapp-allowlist.json" author_name: ldg-github-ci