diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b2f35e0217c8..a8125aff3157 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -59,7 +59,7 @@ jobs: # Automatically label pull requests: - name: 'Automatically label pull requests' # Pin action to full length commit SHA - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: configuration-path: .github/labeler.yml repo-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}