diff --git a/.github/workflows/pr-labelers.yml b/.github/workflows/pr-labelers.yml index 9155ee1..0e44501 100644 --- a/.github/workflows/pr-labelers.yml +++ b/.github/workflows/pr-labelers.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.BOT_GITHUB_TOKEN }}"