Skip to content

Commit e4aa83b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: semantic-release
5353

5454
- name: Commit changes
55-
uses: EndBug/add-and-commit@v9
55+
uses: EndBug/add-and-commit@v10
5656
with:
5757
author_name: GitHub Actions
5858
author_email: github@webhippie.de

0 commit comments

Comments
 (0)