diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index ae84caf..ea3a938 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@v6 + uses: actions/labeler@v7 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true