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
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- run: build/admin/bundleAdmin.sh - run: build/admin/bundleAdmin.sh
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v7 uses: EndBug/add-and-commit@v9
with: with:
author_name: Owncast author_name: Owncast
author_email: owncast@owncast.online 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}' npx redoc-cli bundle openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
- name: Commit changes - name: Commit changes
uses: EndBug/add-and-commit@v5 uses: EndBug/add-and-commit@v9
with: with:
author_name: Owncast author_name: Owncast
author_email: owncast@owncast.online author_email: owncast@owncast.online

View File

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