build(deps): bump EndBug/add-and-commit from 8 to 9 (#73)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-21 22:34:38 -04:00 committed by GitHub
parent 2dd67d35bd
commit 85a6387890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
echo "##[set-output name=new_version;]${NEW_VERSION}" echo "##[set-output name=new_version;]${NEW_VERSION}"
- name: commit version bump - name: commit version bump
uses: EndBug/add-and-commit@v8 uses: EndBug/add-and-commit@v9
with: with:
default_author: github_actor default_author: github_actor
author_name: "OpenGOALBot" author_name: "OpenGOALBot"

View file

@ -135,7 +135,7 @@ jobs:
node ./.github/scripts/update-release-metadata/index.js node ./.github/scripts/update-release-metadata/index.js
- name: commit release metadata change - name: commit release metadata change
uses: EndBug/add-and-commit@v8 uses: EndBug/add-and-commit@v9
with: with:
default_author: github_actor default_author: github_actor
author_name: "OpenGOALBot" author_name: "OpenGOALBot"