From eb8c80e37844b9414701dd0104c1074f2aae8b01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 07:48:07 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v11 | datasource | package | from | to | | ----------- | --------------------- | ------- | ------- | | github-tags | EndBug/add-and-commit | v10.0.0 | v11.1.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_docs.yml b/.github/workflows/sync_docs.yml index 42ea44e..664422c 100644 --- a/.github/workflows/sync_docs.yml +++ b/.github/workflows/sync_docs.yml @@ -29,6 +29,6 @@ jobs: echo "Importing CloudNativePG docs for version: ${VERSION}" ./scripts/import_docs.sh "${VERSION}" - name: Commit and push changes - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11 with: message: "docs: import CloudNativePG ${{ env.VERSION }}"