From c0d8de527adb9d68716df092e2fff497ae29d5ea Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Wed, 10 Apr 2024 15:43:39 +0200 Subject: [PATCH] Update labeler.yml fix deprecation warning updated action/labeler to v5 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f719c876ef..56de386954 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labels.yml"