From c242d2e0b4ac3b8efdb81dfb761c2a2f9413b178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:32:11 +0000 Subject: [PATCH] Bump actions/github-script from 6.3.3 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.3.3...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 42f2a886..fb4d8952 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -69,7 +69,7 @@ jobs: - name: Fail the Build w/ Note if: steps.data.outputs.changed == 'true' && env.fork_pr - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v7.0.1 with: script: | core.setFailed('Please run `pnpm generate-data`')