From ce606864681cc66fdab0d0538e861d78e91b46d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:07:29 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.3.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...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/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 18add35..0c09e9a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }} STAGE_S3_BUCKET: ${{ secrets.STAGE_S3_BUCKET }} run: aws s3 sync build $STAGE_S3_BUCKET/build/ - - uses: actions/github-script@v4.0.2 + - uses: actions/github-script@v6.3.1 name: comment-on-pr if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/push') && ! failure() with: