Skip to content

Commit cc6d147

Browse files
Merge pull request #131 from StatFunGen/dependabot/github_actions/EndBug/add-and-commit-10
Bump EndBug/add-and-commit from 9 to 10
2 parents dd2176a + d199549 commit cc6d147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Commit changes to version
6161
id: commit-changes
62-
uses: EndBug/add-and-commit@v9
62+
uses: EndBug/add-and-commit@v10
6363
with:
6464
push: true
6565
message: Update version

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pixi run devtools_document
3131

3232
- name: Commit changes to documentation
33-
uses: EndBug/add-and-commit@v9
33+
uses: EndBug/add-and-commit@v10
3434
with:
3535
push: true
3636
message: Update documentation

0 commit comments

Comments
 (0)