From 16d7a8fbaf192e4d32c1148a50368486cc69add0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 17:56:26 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6 --- .github/workflows/release_note_check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_note_check.yml b/.github/workflows/release_note_check.yml index de9e19d8..9bea1884 100644 --- a/.github/workflows/release_note_check.yml +++ b/.github/workflows/release_note_check.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: 设置 Octokit - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUBTOKEN }} script: | @@ -32,7 +32,7 @@ jobs: run: npm install - name: 导入 Core 模块 - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -40,7 +40,7 @@ jobs: core.exportVariable('PATH', `${process.env.PATH}:${process.env.RUNNER_TEMP}/_github_home/node_modules/.bin`); - name: 检查发布说明 - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |