From af716d8f1cf6a03cac7ddd981ba2de2f6cd9b791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:29:49 +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