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