diff --git a/.github/workflows/bake_update.yml b/.github/workflows/bake_update.yml index 386bd1d4..9ddca544 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@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11 with: author_name: CloudNativePG Automated Updates author_email: noreply@cnpg.com diff --git a/.github/workflows/catalogs.yml b/.github/workflows/catalogs.yml index be2c3c8c..0bb3aa1c 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@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11 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@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 + - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11 if: ${{ github.ref == 'refs/heads/main' }} with: cwd: 'postgres-containers'