From e11e8f422fb6499b5f140541931ac8f9b53e0682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 20:04:12 +0000 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.2.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.2.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.2.0) --- 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..68d34ec 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.2.0 name: comment-on-pr if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/push') && ! failure() with: