From 8b3140970b595d53edd7653b9076875b33f613f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:27:37 +0100 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 (#442) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/version-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index 0fdb715..20ce3bd 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -10,7 +10,7 @@ on: jobs: version-maintenance: name: Update collection version according to PR labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.ref == 'refs/heads/main' steps: - name: Check out codebase