From f3b3d1d14efb7017cbfd8d5a445340267a24cd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:36:24 +0000 Subject: [PATCH] build(deps): Bump actions/github-script from 4 to 6 (#873) * 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](https://github.com/actions/github-script/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * ci: :lipstick: Update messages See also: https://www.conventionalcommits.org/en/v1.0.0/ --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anselm Hahn --- .github/workflows/update-changelog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-changelog.yaml b/.github/workflows/update-changelog.yaml index c25d06389..d5d5ab861 100644 --- a/.github/workflows/update-changelog.yaml +++ b/.github/workflows/update-changelog.yaml @@ -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: |