From a2dfa6a246aacf03ee746430ef96fa71b1c32ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:13:14 +0800 Subject: [PATCH] Bump actions/github-script from 5 to 7 (#5985) Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-format-msg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-format-msg.yml b/.github/workflows/code-format-msg.yml index 7ec6b7e20..f90caf86d 100644 --- a/.github/workflows/code-format-msg.yml +++ b/.github/workflows/code-format-msg.yml @@ -47,7 +47,7 @@ jobs: PR_NUMBER: ${{ needs.pr-context.outputs.PR_NUMBER }} steps: - name: Remove existing "format check failed" comment - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | const owner = context.repo.owner; @@ -82,7 +82,7 @@ jobs: PR_NUMBER: ${{ needs.pr-context.outputs.PR_NUMBER }} steps: - name: Post comment on failed code-format if not existing - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | const owner = context.repo.owner;