From e3fff5e0d82eef3f9696cc806213851b7ee464e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:52:32 +0000 Subject: [PATCH] deps(ci): bump EndBug/add-and-commit from 10.0.0 to 11.1.1 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10.0.0 to 11.1.1. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/290ea2c423ad77ca9c62ae0f5b224379612c0321...cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 137cf60..6fa1017 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,7 +43,7 @@ jobs: echo "${contents}" > docs/swagger-dev.json - name: Commit docs/swagger files to repo - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 #v10.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 #v11.1.1 with: add: docs/swagger.json docs/swagger-dev.json message: automatic update of docs/swagger files (release ${{ github.event.client_payload.tag_name }})