From 3869975211b2d149aecb7fd6d4a966f94d2559fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:12:00 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v10 --- .github/workflows/bake_update.yml | 2 +- .github/workflows/catalogs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bake_update.yml b/.github/workflows/bake_update.yml index 7ed0f3c7..5f6f6dfb 100644 --- a/.github/workflows/bake_update.yml +++ b/.github/workflows/bake_update.yml @@ -52,7 +52,7 @@ jobs: branch: main enforce_admins: false - - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 with: author_name: CloudNativePG Automated Updates author_email: noreply@cnpg.com diff --git a/.github/workflows/catalogs.yml b/.github/workflows/catalogs.yml index feb01f9a..c5333f12 100644 --- a/.github/workflows/catalogs.yml +++ b/.github/workflows/catalogs.yml @@ -74,7 +74,7 @@ jobs: git status git diff --staged - - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 if: ${{ github.ref == 'refs/heads/main' }} with: cwd: 'artifacts' @@ -102,7 +102,7 @@ jobs: git diff --staged # TODO: remove this step once system images are EOL - - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9 + - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 if: ${{ github.ref == 'refs/heads/main' }} with: cwd: 'postgres-containers'