From 56bda62bc1f1287d47cd3eb0a8faadbc55c4a9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:54:11 +0000 Subject: [PATCH] chore(deps): Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index d47fc6c7f8436..b646af00fc26d 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -89,7 +89,7 @@ jobs: before.json after.json - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 if: failure() && steps.compare.outcome == 'failure' with: github-token: ${{secrets.GITHUB_TOKEN}}