build(deps): bump actions-js/push from 1.4 to 1.5 (#2440)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-19 16:03:37 -04:00 committed by GitHub
parent ad2483416d
commit abe256144a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ jobs:
if: >- if: >-
(github.event_name == 'push' && github.ref == 'refs/heads/master') || (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch') (github.event_name == 'workflow_dispatch')
uses: actions-js/push@v1.4 uses: actions-js/push@v1.5
with: with:
github_token: ${{ secrets.GH_BOT_TOKEN }} github_token: ${{ secrets.GH_BOT_TOKEN }}
author_email: ${{ secrets.GH_BOT_EMAIL }} author_email: ${{ secrets.GH_BOT_EMAIL }}