[Git] Use compatible ubuntu version for labeler
This commit is contained in:
parent
abc1b51771
commit
279d259fd7
|
@ -4,7 +4,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@main
|
- uses: actions/labeler@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue