Skip to content

Commit

Permalink
Merge pull request #25 from oxyno-zeta/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta authored Sep 11, 2023
2 parents 6830fb4 + 7dd392a commit ed460d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
triage:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Add size label"
on: pull_request
jobs:
size-label:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: size-label
uses: pascalgn/size-label-action@a4655c448bb838e8d73b81e97fd0831bb4cbda1e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
stale:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v5
with:
Expand Down

0 comments on commit ed460d1

Please sign in to comment.