From 0e680649778bb19ea94f595d2c6ca5935b374282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:36:33 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a9872e40..927516ab 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -30,7 +30,7 @@ jobs: cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_TEST }} cloudfront_invalidation_paths: '/preview/${{ github.event.number }}/*' - name: Adding comment to PR with preview link and validation results - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ secrets.SUPPORT_TOKEN }} script: |