From fdd778a539087218da06ee3c2368a0932423ec75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 01:16:06 +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.0.0 | 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..c51b9e9 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@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11 with: message: "docs: import CloudNativePG ${{ env.VERSION }}"