Skip to content

Commit

Permalink
build(deps): bump actions-js/push from 1.4 to 1.5 (#29)
Browse files Browse the repository at this point in the history
Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5.
- [Release notes](https://github.com/actions-js/push/releases)
- [Commits](actions-js/push@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: actions-js/push
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 0cf1b19 commit f7f0b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ runs:
- name: GitHub Commit & Push
if: ${{ inputs.publish == 'true' }}
uses: actions-js/push@v1.4
uses: actions-js/push@v1.5
with:
author_email: ${{ inputs.git_email }}
author_name: ${{ inputs.git_username }}
Expand All @@ -148,7 +148,7 @@ runs:

- name: GitHub Commit & Push homebrew-core
if: ${{ inputs.contribute_to_homebrew_core == 'true' && inputs.publish == 'true' }}
uses: actions-js/push@v1.4
uses: actions-js/push@v1.5
with:
author_email: ${{ inputs.git_email }}
author_name: ${{ inputs.git_username }}
Expand Down

0 comments on commit f7f0b52

Please sign in to comment.