From 60a6d452cf760be406a640699587686b5bea11f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:08:01 +0000 Subject: [PATCH] Update dependency ubuntu to v26 --- .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 79086ee..e16f891 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -37,7 +37,7 @@ permissions: jobs: build-and-deploy: name: Cloud Commerce build and deploy - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 if: | github.event.head_commit.message != 'Initial commit' && !contains(github.event.head_commit.message, '[skip ci]')