Skip to content

Commit 04584e1

Browse files
chore(deps): update endbug/add-and-commit action to v10 (#420)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [EndBug/add-and-commit](https://redirect.github.com/EndBug/add-and-commit) | action | major | `v9` → `v10` | --- ### Release Notes <details> <summary>EndBug/add-and-commit (EndBug/add-and-commit)</summary> ### [`v10`](https://redirect.github.com/EndBug/add-and-commit/compare/v9...v10) [Compare Source](https://redirect.github.com/EndBug/add-and-commit/compare/v9...v10) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/impit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3884e6d commit 04584e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Commit changes
9898
id: commit
99-
uses: EndBug/add-and-commit@v9
99+
uses: EndBug/add-and-commit@v10
100100
with:
101101
author_name: Apify Release Bot
102102
author_email: noreply@apify.com
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Commit new changelog
129129
id: commit_changelog
130-
uses: EndBug/add-and-commit@v9
130+
uses: EndBug/add-and-commit@v10
131131
with:
132132
author_name: github-actions[bot]
133133
author_email: github-actions[bot]@users.noreply.github.com

.github/workflows/python-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Commit new version
6060
id: commit_version
61-
uses: EndBug/add-and-commit@v9
61+
uses: EndBug/add-and-commit@v10
6262
with:
6363
author_name: github-actions[bot]
6464
author_email: github-actions[bot]@users.noreply.github.com
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Commit new changelog
129129
id: commit_changelog
130-
uses: EndBug/add-and-commit@v9
130+
uses: EndBug/add-and-commit@v10
131131
with:
132132
author_name: github-actions[bot]
133133
author_email: github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)