From 94c73b48d8503e53786f8bfa8b5d182ac99cc992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:06:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20actions/labeler=20actio?= =?UTF-8?q?n=20to=20v5=20(#1068)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-label.yml b/.github/workflows/qa-label.yml index 47dc1707..114c9ff6 100644 --- a/.github/workflows/qa-label.yml +++ b/.github/workflows/qa-label.yml @@ -10,6 +10,6 @@ jobs: if: startsWith(github.head_ref, 'promote-job-stable') || startsWith(github.head_ref, 'promote-job-beta-experimental-traffic') runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.ACCESS_TOKEN }}