From 401050b164c702a1e18bfc301f1d18c0819cb57b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:41:50 +0000 Subject: [PATCH] chore(workflows/dependencies): update dependency ubuntu to v22 --- .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