Skip to content

Commit 7dbbaca

Browse files
chore(deps): update endbug/add-and-commit action to v10 (#2349)
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/apify-docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba9fb22 commit 7dbbaca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-openapi-version.yaml

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

2323
- name: Commit changes
2424
id: commit
25-
uses: EndBug/add-and-commit@v9
25+
uses: EndBug/add-and-commit@v10
2626
with:
2727
author_name: github-actions[bot]
2828
author_email: 41898282+github-actions[bot]@users.noreply.github.com

.github/workflows/publish-to-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Commit the new theme version
105105
continue-on-error: true
106-
uses: EndBug/add-and-commit@v9
106+
uses: EndBug/add-and-commit@v10
107107
with:
108108
add: 'apify-docs-theme/package*.json'
109109
author_name: github-actions[bot]

0 commit comments

Comments
 (0)