Skip to content

Commit 14016dc

Browse files
authored
Merge pull request #2544 from vim-jp/dependabot/github_actions/EndBug/add-and-commit-10
Bump EndBug/add-and-commit from 9 to 10
2 parents 442d9b6 + 59bf252 commit 14016dc

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)