Skip to content

Commit 59bf252

Browse files
Bump EndBug/add-and-commit from 9 to 10
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 442d9b6 commit 59bf252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
rsync -rlptD --delete-after work/syntax/ target/syntax
5757
rsync -rlptD --delete-after work/README-dist.md target/README.md
5858
- name: Commit updated master branch
59-
uses: EndBug/add-and-commit@v9
59+
uses: EndBug/add-and-commit@v10
6060
with:
6161
cwd: './target'
6262
default_author: github_actions
@@ -119,7 +119,7 @@ jobs:
119119
# install
120120
cp work/target/html/doc/*.html target
121121
- name: Commit updated master branch
122-
uses: EndBug/add-and-commit@v9
122+
uses: EndBug/add-and-commit@v10
123123
with:
124124
cwd: './target'
125125
default_author: github_actions

0 commit comments

Comments
 (0)