Skip to content

Commit

Permalink
Backport PR #15496: Pin actions/labeler to v4 to fix failing CI act…
Browse files Browse the repository at this point in the history
…ion (#15515)

Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and krassowski committed Dec 12, 2023
1 parent 436bc8c commit 1b68653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Update PR Labels
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1b68653

Please sign in to comment.