Browse Source

Update EndBug/add-and-commit action to v9

pull/1822/head
Renovate Bot 4 years ago
parent
commit
5b1b21c729
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
  1. 2
      .github/workflows/bundle-admin.yml
  2. 2
      .github/workflows/generate-api-documentation.yaml
  3. 2
      .github/workflows/javascript-packages.yaml

2
.github/workflows/bundle-admin.yml

@ -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

2
.github/workflows/generate-api-documentation.yaml

@ -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

2
.github/workflows/javascript-packages.yaml

@ -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

Loading…
Cancel
Save