diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 9b88550..a0ddec7 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -21,6 +21,6 @@ jobs: name: Labeler runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"