Skip to content

Commit

Permalink
Pin actions/labeler to v4 to fix failing CI action (#15496)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 5, 2023
1 parent 9b3f28a commit 86f8709
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 86f8709

Please sign in to comment.