diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 9996e2c..a4cded4 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label pull request - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true