From c5c35d86ca5b50771d2ae384bb49ca8b29a3f60c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:25:01 +0000 Subject: [PATCH] chore(renovate): major Update dependency ubuntu to v24 --- .github/workflows/lint-codeowners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-codeowners.yml b/.github/workflows/lint-codeowners.yml index 2588da1f..07492154 100644 --- a/.github/workflows/lint-codeowners.yml +++ b/.github/workflows/lint-codeowners.yml @@ -25,7 +25,7 @@ permissions: jobs: lint-codeowners: name: "Lint CODEOWNERS file" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4