Skip to content

Commit

Permalink
Backport PR jupyterlab#15496: Pin actions/labeler to v4 to fix fail…
Browse files Browse the repository at this point in the history
…ing CI action
  • Loading branch information
krassowski authored and meeseeksmachine committed Dec 11, 2023
1 parent 436bc8c commit 40a703a
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 40a703a

Please sign in to comment.