Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
# Uploads repository content to the runner
- uses: actions/checkout@v5
- uses: actions/labeler@v5
- uses: actions/labeler@v6
with:
# The path to the label configuration file.
configuration-path: .github/labeling-config.yml
Expand Down
Loading