From 6557596a020070e44a5d84192efd0d109e01b54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:33:26 +0000 Subject: [PATCH] build(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/set-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/set-version.yml b/.github/workflows/set-version.yml index a97d50a39..52dd38590 100644 --- a/.github/workflows/set-version.yml +++ b/.github/workflows/set-version.yml @@ -32,7 +32,7 @@ jobs: - run: git status - name: Commit and push - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'feat(sqlite): upgrade to sqlite ${{ inputs.new_version }}' default_author: github_actions