From b7879f8a51e925a6d9d547ce1be340ea161d2547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 05:29:14 +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