From 02416e09a3ee96482858d080a4cf3d920ed48042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:50:25 +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 8552978d9b..4ec7d1fddf 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