From d5f108bca0f49c25ef4863df8010799e42d0469b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:53:05 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 9 to 11 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 11. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...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/handle-generate-dist-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-generate-dist-command.yml b/.github/workflows/handle-generate-dist-command.yml index 090965a7..1d36d370 100644 --- a/.github/workflows/handle-generate-dist-command.yml +++ b/.github/workflows/handle-generate-dist-command.yml @@ -18,7 +18,7 @@ jobs: - name: Build typescript 📦 run: pnpm build && find dist/index.js - name: Commit and push dist folder 🚀 - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v11 with: message: 'chore(dist): generate dist folder' add: 'dist'