diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 64a475e..5896449 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -22,6 +22,6 @@ jobs: uses: actions/checkout@v6 - name: Label PR - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }}