From 1596a01da6c4decda048d2205db87d2a7f99ecc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Thu, 16 Nov 2023 14:28:16 +0100 Subject: [PATCH] [6.14.z] Bump actions/github-script from 6 to 7 (#13078) (#13105) Bump actions/github-script from 6 to 7 (#13078) (cherry picked from commit 1a7b56644dcd0e28bc99fb13f6ca1bd62c2f9305) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto_cherry_pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index f36ff0119e0..0ce0b8e9956 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -78,7 +78,7 @@ jobs: - name: is autoMerging enabled for Auto CherryPicked PRs ? if: ${{ always() && steps.cherrypick.outcome == 'success' && contains(github.event.pull_request.labels.*.name, 'AutoMerge_Cherry_Picked') }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.CHERRYPICK_PAT }} script: |