Skip to content

Commit 23709e7

Browse files
chore(deps): update endbug/add-and-commit action to v10
1 parent bae3487 commit 23709e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bake_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
branch: main
5353
enforce_admins: false
5454

55-
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
55+
- uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
5656
with:
5757
author_name: CloudNativePG Automated Updates
5858
author_email: noreply@cnpg.com

.github/workflows/catalogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git status
7575
git diff --staged
7676
77-
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
77+
- uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
7878
if: ${{ github.ref == 'refs/heads/main' }}
7979
with:
8080
cwd: 'artifacts'
@@ -102,7 +102,7 @@ jobs:
102102
git diff --staged
103103
104104
# TODO: remove this step once system images are EOL
105-
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
105+
- uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
106106
if: ${{ github.ref == 'refs/heads/main' }}
107107
with:
108108
cwd: 'postgres-containers'

0 commit comments

Comments
 (0)