From 7a1d01b7383a6f693290db75d87ed1762ece7867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:48:14 +0000 Subject: [PATCH] Update actions/labeler action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/prow-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prow-labels.yml b/.github/workflows/prow-labels.yml index 87a1c37..b303673 100644 --- a/.github/workflows/prow-labels.yml +++ b/.github/workflows/prow-labels.yml @@ -34,6 +34,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4.3.0 + - uses: actions/labeler@v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"