From 2a130dc9c46ef87ad88e7a3cd8385ec5e789ff50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:53:08 +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 8d3df0ad..9b52e337 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4