chore(deps): bump actions/github-script from 6 to 7 (#13791)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-16 01:19:31 +08:00 committed by GitHub
parent 5adb4a4d8c
commit cb9b0f3328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies (pnpm) # needed since we need to parse markdown, so we also use got instead
run: pnpm i
- name: Generate feedback
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |

View File

@ -34,7 +34,7 @@ jobs:
- name: Fetch affected routes
id: fetch-route
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
PULL_REQUEST: ${{ steps.pr-data.outputs.data }}
with:
@ -85,7 +85,7 @@ jobs:
- name: Generate feedback
if: (env.TEST_CONTINUE)
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
TEST_BASEURL: http://localhost:1200
TEST_ROUTES: ${{ steps.fetch-route.outputs.result }}

View File

@ -68,7 +68,7 @@ jobs:
- name: Fetch affected routes
id: fetch-route
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
EVENT: ${{ toJson(github.event) }}
with:
@ -91,7 +91,7 @@ jobs:
- name: Generate feedback
if: env.TEST_CONTINUE
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
TEST_BASEURL: http://localhost:1200
TEST_ROUTES: ${{ steps.fetch-route.outputs.result }}