diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 969e11a26..38f4c48c4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Apply labels based on changed files - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labeler.yml"