diff --git a/.github/workflows/label_prs.yml b/.github/workflows/label_prs.yml index aa04506f2bf3..c7ac50730043 100644 --- a/.github/workflows/label_prs.yml +++ b/.github/workflows/label_prs.yml @@ -26,7 +26,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: '.github/autolabeler.yml'