diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 840441e2..daa7b5ae 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,7 +11,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true \ No newline at end of file