From 2ee2269456a8c2738dff396e5b2927459e2f18a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:15:17 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake.yml | 4 ++-- .github/workflows/bake_targets.yml | 8 ++++---- .github/workflows/test.yml | 2 +- .github/workflows/update-catalogs.yml | 2 +- .github/workflows/update_os_libraries.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 92990b16..d0199cae 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -19,7 +19,7 @@ jobs: # Gather extensions that have been modified change-triage: name: Check changed files - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 outputs: matrix: ${{ steps.get-matrix.outputs.matrix}} steps: @@ -119,7 +119,7 @@ jobs: Catalogs: name: Update Catalogs needs: Bake - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: write if: github.ref == 'refs/heads/main' diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 6b805ef1..63622b93 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -81,7 +81,7 @@ jobs: security: name: Security checks - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: read packages: read @@ -109,7 +109,7 @@ jobs: generate-smoke-test-matrix: name: Generate matrix for smoke tests - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: {} outputs: versions: ${{ steps.versions.outputs.versions }} @@ -128,7 +128,7 @@ jobs: smoke-test: name: Smoke test - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: contents: read packages: read @@ -181,7 +181,7 @@ jobs: copytoproduction: name: Copy images to production if: ${{ github.ref == 'refs/heads/main' }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 needs: - testbuild - security diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fea5cce3..4a267856 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ permissions: {} jobs: unit-test: name: Go unit tests - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 diff --git a/.github/workflows/update-catalogs.yml b/.github/workflows/update-catalogs.yml index 023447a4..4a5e0d70 100644 --- a/.github/workflows/update-catalogs.yml +++ b/.github/workflows/update-catalogs.yml @@ -17,7 +17,7 @@ defaults: jobs: update-catalogs: name: Updating catalogs - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 permissions: id-token: write steps: diff --git a/.github/workflows/update_os_libraries.yml b/.github/workflows/update_os_libraries.yml index 329f906a..e53d3be5 100644 --- a/.github/workflows/update_os_libraries.yml +++ b/.github/workflows/update_os_libraries.yml @@ -14,7 +14,7 @@ permissions: {} jobs: fetch-extensions: name: Fetch target extensions - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 outputs: extensions: ${{ steps.get-extensions.outputs.extensions }} steps: @@ -45,7 +45,7 @@ jobs: update-extension-os-libs: name: Update OS libs for ${{ matrix.extension }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 needs: - fetch-extensions strategy: