diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8abcb3462..11ec26f82 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,7 +27,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: # Check if you have enabled tokens for your repository repo-token: "${{ secrets.GITHUB_TOKEN }}"