From 617b9cf0f00a583b86088fafa1b863e993f88bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:40:43 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/lint-pr-title.yaml | 2 +- .github/workflows/validate-fhir-resources.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52c65a9e..e6e8c95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} add-test-coverage: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build permissions: @@ -82,7 +82,7 @@ jobs: test: name: run k8s smoke test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event_name == 'pull_request' || github.ref_name == 'beta' }} needs: - build diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pr-title.yaml index dac8af31..3f3f43dc 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pr-title.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: check-pr-title: name: Validate PR title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: pull-requests: write steps: diff --git a/.github/workflows/validate-fhir-resources.yaml b/.github/workflows/validate-fhir-resources.yaml index 25e75083..07c4c264 100644 --- a/.github/workflows/validate-fhir-resources.yaml +++ b/.github/workflows/validate-fhir-resources.yaml @@ -11,7 +11,7 @@ permissions: read-all jobs: validate-fhir-resource: name: Validate FHIR resources - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/miracum/ig-build-tools:v2.1.6@sha256:26bc1eaf0a259e8c16d0eeeb8622c7aecaa45d41e39f158696f9aec90b142596 steps: - name: Checkout code