From ee596a660cc8d48f4489dc59973f113725f1c4bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:08:02 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 59c4b5eb..ebbae501 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,7 +26,7 @@ permissions: jobs: build-and-deploy: name: Cloud Commerce build and deploy - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: | github.event.head_commit.message != 'Initial commit' && !contains(github.event.head_commit.message, '[skip ci]')