From a5540d9edd54dfbd9582c1058505ba1f63b7ee70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:04:55 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/backend-test-action.yml | 2 +- .github/workflows/demo-deploy-action.yml | 6 +++--- .github/workflows/deploy-action.yml | 2 +- .github/workflows/frontend-test-action.yml | 2 +- .github/workflows/staging-deploy-action.yml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/backend-test-action.yml b/.github/workflows/backend-test-action.yml index 53999d8a24..50f40c9fb2 100644 --- a/.github/workflows/backend-test-action.yml +++ b/.github/workflows/backend-test-action.yml @@ -3,7 +3,7 @@ name: 'Backend tests' on: [push] jobs: backend-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: TZ: 'Europe/Zurich' steps: diff --git a/.github/workflows/demo-deploy-action.yml b/.github/workflows/demo-deploy-action.yml index fd84d2a35d..28dce4f2d1 100644 --- a/.github/workflows/demo-deploy-action.yml +++ b/.github/workflows/demo-deploy-action.yml @@ -9,7 +9,7 @@ on: jobs: update-version: if: github.event.pull_request.merged == true - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: okr-docker-image: ${{ vars.NEW_VALUE_URL }}:${{ steps.store-version.outputs.version}}-DEMO steps: @@ -46,7 +46,7 @@ jobs: build-docker-image: needs: update-version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: run: echo ${{ needs.update-version.outputs.okr-docker-image}} e2e-docker: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [build-docker-image,update-version] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-action.yml b/.github/workflows/deploy-action.yml index 633f5df0f6..724d12c2cd 100644 --- a/.github/workflows/deploy-action.yml +++ b/.github/workflows/deploy-action.yml @@ -22,7 +22,7 @@ jobs: build-docker-image: needs: extract-version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/frontend-test-action.yml b/.github/workflows/frontend-test-action.yml index e6741a22ee..24053ff3a9 100644 --- a/.github/workflows/frontend-test-action.yml +++ b/.github/workflows/frontend-test-action.yml @@ -3,7 +3,7 @@ name: 'Frontend tests' on: [push] jobs: unit-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 defaults: run: working-directory: frontend diff --git a/.github/workflows/staging-deploy-action.yml b/.github/workflows/staging-deploy-action.yml index 386dc904b0..d35afb7d3b 100644 --- a/.github/workflows/staging-deploy-action.yml +++ b/.github/workflows/staging-deploy-action.yml @@ -9,7 +9,7 @@ on: jobs: update-version: if: github.event.pull_request.merged == true - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: okr-docker-image: ${{ vars.NEW_VALUE_URL }}:${{ steps.store-version.outputs.version}}-STAGING steps: @@ -46,7 +46,7 @@ jobs: build-docker-image: needs: update-version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: run: echo ${{ needs.update-version.outputs.okr-docker-image}} e2e-docker: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [build-docker-image,update-version] steps: - uses: actions/checkout@v4