diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 04644c7..cfca06b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@506e1a00c6c05ba98ac585056a23f16073fa5915 # (latest, untagged) + - uses: actions/labeler@bb8f002e4f8015d017de7c01b983424cb4c6de3f # (latest, untagged) with: repo-token: "${{ secrets.GITHUB_TOKEN }}"