From 7eb01987c8f0c23a68958410d11ad8dffe650b01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:06:41 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .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 7663758..857aa57 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