Skip to content

Commit cb39701

Browse files
build(deps): bump actions-js/push from 1.4 to 1.5 (#166)
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>
1 parent ba8c8c8 commit cb39701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: >-
5858
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
5959
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
60-
uses: actions-js/push@v1.4
60+
uses: actions-js/push@v1.5
6161
with:
6262
github_token: ${{ secrets.GH_BOT_TOKEN }}
6363
author_email: ${{ secrets.GH_BOT_EMAIL }}

0 commit comments

Comments
 (0)