diff --git a/.github/workflows/auto-label-prs.yml b/.github/workflows/auto-label-prs.yml index 12aed3514b5e..978bd8914c6c 100644 --- a/.github/workflows/auto-label-prs.yml +++ b/.github/workflows/auto-label-prs.yml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: # See labeling configuration in the `.github/labeler.yml` file - - uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb + - uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'