Skip to content

Commit de8cc67

Browse files
Update EndBug/add-and-commit action to v10
1 parent 95dcfa6 commit de8cc67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Commit and push to branch
6262
if: env.changes == 'true'
63-
uses: EndBug/add-and-commit@v9
63+
uses: EndBug/add-and-commit@v10
6464
with:
6565
github_token: ${{ secrets.GH_TOKEN }}
6666
default_author: github_actions

.github/workflows/winget-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Commit and push to branch
8686
if: env.changes == 'true'
87-
uses: EndBug/add-and-commit@v9
87+
uses: EndBug/add-and-commit@v10
8888
with:
8989
github_token: ${{ secrets.GH_TOKEN }}
9090
default_author: github_actions

0 commit comments

Comments
 (0)