Skip to content

Commit 3f81e50

Browse files
ci(tools): update endbug/add-and-commit action to v10 (#294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bb92ba commit 3f81e50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: git pull --autostash --rebase
3939

4040
- name: Commit changes
41-
uses: EndBug/add-and-commit@v9
41+
uses: EndBug/add-and-commit@v10
4242
with:
4343
author_name: GitHub Actions
4444
author_email: github@webhippie.de

.github/workflows/helmdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: git pull --autostash --rebase
4141

4242
- name: Commit changes
43-
uses: EndBug/add-and-commit@v9
43+
uses: EndBug/add-and-commit@v10
4444
with:
4545
author_name: GitHub Actions
4646
author_email: github@webhippie.de

0 commit comments

Comments
 (0)