diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 2226566..7bc23a4 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }}