Bump actions-js/push from 1.4 to 1.5

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](156f2b10c3...5a7cbd780d)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/615/head
dependabot[bot] 2024-04-22 06:13:13 +00:00 committed by GitHub
parent 1c8e6fe698
commit 648e94dc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
contents: ${{ steps.versioning.outputs.version }} contents: ${{ steps.versioning.outputs.version }}
- name: Commit & Push - name: Commit & Push
uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # v1.4 uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main branch: main

View File

@ -46,7 +46,7 @@ jobs:
contents: "${{ steps.versioning.outputs.version }}" contents: "${{ steps.versioning.outputs.version }}"
- name: Commit & Push - name: Commit & Push
uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # v1.4 uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main branch: main