Skip to content

Commit

Permalink
[no ticket] update labeler action version (#2769)
Browse files Browse the repository at this point in the history
## Context

This is currently failing a lot of CI builds
  • Loading branch information
coilysiren authored Nov 7, 2024
1 parent fe2e37d commit 9cc181e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Uploads repository content to the runner
with:
sparse-checkout: |
.github
- uses: actions/labeler@v4
- uses: actions/checkout@v4 # Uploads repository content to the runner
with:
sparse-checkout: |
.github
- uses: actions/labeler@v5

0 comments on commit 9cc181e

Please sign in to comment.