From 23c8d03b05870a205e6e5f80042576da902d4cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:37:21 +0100 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#3019) 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/newPrComment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/newPrComment.yml b/.github/workflows/newPrComment.yml index 4a2f15f59..ddf65e167 100644 --- a/.github/workflows/newPrComment.yml +++ b/.github/workflows/newPrComment.yml @@ -15,7 +15,7 @@ jobs: steps: - run: echo user ${{github.event.comment.user.login}} - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | github.rest.issues.addLabels({