From fd840969e0316b4f1074350164961a592b324fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:16:46 +0000 Subject: [PATCH] ci(dev-deps): update actions/github-script action to v7 --- .github/workflows/check-dist-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist-files.yml b/.github/workflows/check-dist-files.yml index 3d4a93d61..17c1f72c9 100644 --- a/.github/workflows/check-dist-files.yml +++ b/.github/workflows/check-dist-files.yml @@ -38,7 +38,7 @@ jobs: # explaining this to the PR author - name: "Comment about changes we can't accept" if: ${{ steps.filter.outputs.notAllowed }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let reviewMessage = `👋 Hey there. It looks like you've modified some of the `dist` files.\nYou'll need to revert all of the changes that you've made to these files. Once you get those files reverted, we can continue with the review process. :octocat:`