From 359c983eae66324e36d46d3332628dd27772f990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 02:11:25 +0000 Subject: [PATCH] Bump actions/github-script from 5 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-comment.yaml b/.github/workflows/make-comment.yaml index 070fdf46..8c41b410 100644 --- a/.github/workflows/make-comment.yaml +++ b/.github/workflows/make-comment.yaml @@ -23,7 +23,7 @@ jobs: body-includes: '${{ env.comment_message }}' # If not, then post it - name: Post comment - uses: actions/github-script@v5 + uses: actions/github-script@v6 if: steps.fc.outputs.comment-id == 0 # no matching comment found with: github-token: ${{secrets.GITHUB_TOKEN}}