From 24be2c19d4da5ebccc7e61e76e60e1a2542ebc03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:24:08 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v5 --- .github/workflows/pr-labeller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeller.yaml b/.github/workflows/pr-labeller.yaml index d98ef3830..270b6d46b 100644 --- a/.github/workflows/pr-labeller.yaml +++ b/.github/workflows/pr-labeller.yaml @@ -9,7 +9,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeller.yaml