Skip to content

Commit

Permalink
build(deps): Bump actions/github-script from 4 to 6 (#873)
Browse files Browse the repository at this point in the history
* build(deps): Bump actions/github-script from 4 to 6

Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: 💄 Update messages

See also: https://www.conventionalcommits.org/en/v1.0.0/

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anselm Hahn <[email protected]>
  • Loading branch information
dependabot[bot] and Anselmoo authored Jul 3, 2023
1 parent a5f946e commit f3b3d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: release/${{ github.event.release.tag_name }}
commit_message: Update CHANGELOG
commit_message: "docs: :card_index_dividers: Update CHANGELOG for release/${{ github.event.release.tag_name }}"
file_pattern: CHANGELOG.md
create_branch: true
- name: Open Pull Request
uses: actions/github-script@v4
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit f3b3d1d

Please sign in to comment.