From 2e4b37c99693a50bc4349e1009cb7e2418f0ca03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:43:54 +0200 Subject: [PATCH] chore(workflows/dependencies): update dependency ubuntu to v22 (#525) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-codeowners.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 186f67748..f722c7e96 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -10,7 +10,7 @@ on: jobs: generateCodeowners: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3