From 073fc3bef76a0b15634a6100e9c19dee34266b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:48:56 +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 3d4a93d6..17c1f72c 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:`