diff --git a/.github/workflows/set-pr-title-and-label.yml b/.github/workflows/set-pr-title-and-label.yml index c4783e0..e685f5c 100644 --- a/.github/workflows/set-pr-title-and-label.yml +++ b/.github/workflows/set-pr-title-and-label.yml @@ -70,6 +70,6 @@ jobs: body: updatedBody }); - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"