diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e927597..8d61545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: push jobs: codeowners: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: GitHub CODEOWNERS Validator uses: mszostok/codeowners-validator@v0.7.1 with: