From 7a7efda7acb5fc27f53ce1d1abe7fd80f04aebed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:34:36 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/autoupdate-pull-request.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoupdate-pull-request.yml b/.github/workflows/autoupdate-pull-request.yml index 102d9dcb49..d41b40f9e8 100644 --- a/.github/workflows/autoupdate-pull-request.yml +++ b/.github/workflows/autoupdate-pull-request.yml @@ -10,7 +10,7 @@ on: jobs: autoupdate: name: autoupdate - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: docker://chinthakagodawita/autoupdate-action:v1 env: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 253b097e49..fa68b6489b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout