Skip to content

Commit a21c633

Browse files
Bump EndBug/add-and-commit from 7 to 9
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 7 to 9. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v7...v9) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bef6d07 commit a21c633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
rsync -rlptD --delete-after work/syntax/ target/syntax
5353
rsync -rlptD --delete-after work/README-dist.md target/README.md
5454
- name: Commit updated master branch
55-
uses: EndBug/add-and-commit@v7
55+
uses: EndBug/add-and-commit@v9
5656
with:
5757
cwd: './target'
5858
default_author: github_actions
@@ -110,7 +110,7 @@ jobs:
110110
# install
111111
cp work/target/html/doc/*.html target
112112
- name: Commit updated master branch
113-
uses: EndBug/add-and-commit@v7
113+
uses: EndBug/add-and-commit@v9
114114
with:
115115
cwd: './target'
116116
default_author: github_actions

0 commit comments

Comments
 (0)