Skip to content

Commit cb491ce

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

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
@@ -62,7 +62,7 @@ jobs:
6262
run: git pull --rebase --autostash
6363

6464
- name: Commit changes
65-
uses: EndBug/add-and-commit@v9
65+
uses: EndBug/add-and-commit@v10
6666
with:
6767
author_name: GitHub Actions
6868
author_email: github@webhippie.de

0 commit comments

Comments
 (0)