0

Update EndBug/add-and-commit action to v9

This commit is contained in:
Renovate Bot 2022-04-10 07:56:40 +00:00
parent cf5f9271df
commit 5b1b21c729
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- run: build/admin/bundleAdmin.sh
- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
author_name: Owncast
author_email: owncast@owncast.online

View File

@ -17,7 +17,7 @@ jobs:
npx redoc-cli bundle openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
- name: Commit changes
uses: EndBug/add-and-commit@v5
uses: EndBug/add-and-commit@v9
with:
author_name: Owncast
author_email: owncast@owncast.online

View File

@ -23,7 +23,7 @@ jobs:
- run: cd build/javascript && npm run build
- name: Commit changes
uses: EndBug/add-and-commit@v5
uses: EndBug/add-and-commit@v9
with:
author_name: Owncast
author_email: owncast@owncast.online