From 3e720b1fa4d5f99afd99153703c4b8b7a4859cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:14:46 +0200 Subject: [PATCH] skip changelog(deps): bump actions/github-script from 6 to 7 (#1179) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 3577fd0e5..356ee76c2 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -33,7 +33,7 @@ jobs: python utils/bump_version.py ${{ github.event.inputs.release_type }} - name: Create pull request - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: github.actor == 'MarcoGorelli' || github.actor == 'FBruzzesi' with: script: |