diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index d0ccfc4..1270716 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Label Pull Request - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true