Update EndBug/add-and-commit action to v9
This commit is contained in:
parent
cf5f9271df
commit
5b1b21c729
2
.github/workflows/bundle-admin.yml
vendored
2
.github/workflows/bundle-admin.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
2
.github/workflows/javascript-packages.yaml
vendored
2
.github/workflows/javascript-packages.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user