Skip to content

Commit 816a211

Browse files
chore(deps): endbug/add-and-commit action v11
1 parent 438de7f commit 816a211

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: build
5353

5454
- name: Push to alpha
55-
uses: EndBug/add-and-commit@v10
55+
uses: EndBug/add-and-commit@v11
5656
with:
5757
default_author: github_actor
5858
message: New alpha release

.github/workflows/web-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: bash build.sh
9595

9696
- name: Commit changes
97-
uses: EndBug/add-and-commit@v10
97+
uses: EndBug/add-and-commit@v11
9898
with:
9999
default_author: github_actor
100100
message: Added ${{ inputs.tag_name }} docs

0 commit comments

Comments
 (0)