Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action requirement to 0049e3fa40…
Browse files Browse the repository at this point in the history
…59ca715255fbbcb7dea4516f02ce0a (#1478)

Updates the requirements on [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) to permit the latest version.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/commits/0049e3fa4059ca715255fbbcb7dea4516f02ce0a)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 27, 2022
1 parent f6fb618 commit b420401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "VERSION=$(jq -r .version ./browsers/chrome-mv3/manifest.json)" >> $GITHUB_ENV
- name: Commit config and version updates
uses: stefanzweifel/git-auto-commit-action@f6f7a9c351bb990cab0093f66c0d443d3a108a6f
uses: stefanzweifel/git-auto-commit-action@0049e3fa4059ca715255fbbcb7dea4516f02ce0a
with:
commit_message: "Prepare release ${{ env.VERSION }}"
create_branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git push --set-upstream origin release-${{ github.event.inputs.version }} -f
- name: Commit config and version updates
uses: stefanzweifel/git-auto-commit-action@8c3ed373fb7e451dbb9706bf99ad63124e33f614
uses: stefanzweifel/git-auto-commit-action@0049e3fa4059ca715255fbbcb7dea4516f02ce0a
with:
commit_message: "Prepare release ${{ github.event.inputs.version }}"
tagging_message: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit b420401

Please sign in to comment.