Skip to content

Commit

Permalink
Merge pull request #1607 from containers/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ubuntu to v22
  • Loading branch information
openshift-merge-robot authored Aug 9, 2023
2 parents b1c8ab7 + a720093 commit 25998fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
codespell:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: install deps
Expand All @@ -24,7 +24,7 @@ jobs:
- name: run codespell
run: codespell -L ro,hastable,shouldnot
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 25998fb

Please sign in to comment.