diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 334df4d..8a8da4e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,6 +8,6 @@ jobs: triage: runs-on: ubuntu-18.04 steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GH_PAT }}"