diff --git a/.github/workflows/admin-labeler.yml b/.github/workflows/admin-labeler.yml index bcbbdef..a93da83 100644 --- a/.github/workflows/admin-labeler.yml +++ b/.github/workflows/admin-labeler.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'