diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 581d0cd..bce1a27 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -17,7 +17,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