Skip to content

Commit

Permalink
GitHub: use ubuntu-latest for labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po authored Apr 23, 2024
1 parent 76cc762 commit eab0adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
jobs:
add-pr-label:
name: Add PR Labels
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5.0.0
- uses: actions/labeler@v5

0 comments on commit eab0adc

Please sign in to comment.