From 0c2646ad526cc8b07c1b36140462d3c48ad066ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:39:44 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 3.1.0 to 6.3.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1...v6.3.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GnuComment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index f22abdf42..55a601070 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -13,7 +13,7 @@ jobs: github.event.workflow_run.event == 'pull_request' steps: - name: 'Download artifact' - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v6.3.1 with: script: | // List all artifacts from GnuTests @@ -38,7 +38,7 @@ jobs: - run: unzip comment.zip - name: 'Comment on PR' - uses: actions/github-script@v3 + uses: actions/github-script@v6.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |