From 82a54d5d763c3e8949a659c7b7498828aa9a89b7 Mon Sep 17 00:00:00 2001 From: "codesphere-renovate[bot]" <315425581+codesphere-renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:03:53 +0000 Subject: [PATCH] update(deps): update endbug/add-and-commit action to v11 --- .github/workflows/update-docs-and-licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs-and-licenses.yml b/.github/workflows/update-docs-and-licenses.yml index 6ac2efbd..e59b90f3 100644 --- a/.github/workflows/update-docs-and-licenses.yml +++ b/.github/workflows/update-docs-and-licenses.yml @@ -34,7 +34,7 @@ jobs: ./hack/update-docs-and-licenses.sh - name: Commit and push auto-generated changes - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11 with: author_name: ${{ github.event.pull_request.user.login }} author_email: ${{ github.event.pull_request.user.id }}+${{ github.event.pull_request.user.login }}@users.noreply.github.com