From a8fafa143cd7b81aad957ebe20d55a34b77fb0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:07:31 +0000 Subject: [PATCH] Bump actions/github-script from 4 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 3f1ab8c..f380dee 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -40,7 +40,7 @@ jobs: fi - name: Comment on pull request if: failure() - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: script: | const output = `Changed files were detected after build. Please run project build workflows and check \`git status\` for any missed changes.