diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 8bd0a2ec998..d5bd1d98013 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4 + - uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/pr-labeler.yml"