From 5c2b5dec07f62d0c4acfe0945a9509456f4a9bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:38:07 -0800 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#2376) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-checklist.yml | 2 +- .github/workflows/triage.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-checklist.yml b/.github/workflows/release-checklist.yml index 6f130b9637..afd7e90556 100644 --- a/.github/workflows/release-checklist.yml +++ b/.github/workflows/release-checklist.yml @@ -18,7 +18,7 @@ jobs: - name: Get or Create Comment if: success() && steps.findPr.outputs.number - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: PR_NUMBER: ${{ steps.findPr.outputs.pr }} with: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 0ca239bf15..e2e3aaa87c 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -48,7 +48,7 @@ jobs: name: semver label runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: version-result with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -60,7 +60,7 @@ jobs: if (match && match[0]) { return match[0][1] } - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 env: RELEASE: ${{ steps.version-result.outputs.result }} with: