From 6b912ef80aa8aa479ddb14f0d95bf9ec7510e8b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:06:47 +0000 Subject: [PATCH] build(deps): update dependency ubuntu to v22 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 6 +++--- .github/workflows/pre-release.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ed023f..e32cad5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: ############################################################################ unit-tests: name: Unit Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out repository uses: actions/checkout@v3.0.2 @@ -36,7 +36,7 @@ jobs: docker_build: needs: [prepare_ci_run] name: Docker Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.prepare_ci_run.outputs.VERSION }} DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} @@ -78,7 +78,7 @@ jobs: helm_chart_build: needs: [prepare_ci_run, docker_build] name: Build Helm Charts - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.prepare_ci_run.outputs.VERSION }} DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index a74666d..50be96b 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out repository uses: actions/checkout@v3.0.2 @@ -18,7 +18,7 @@ jobs: docker_build: needs: [pre-release] name: Docker Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.pre-release.outputs.RELEASE_TAG }} steps: @@ -46,7 +46,7 @@ jobs: helm_chart_build: needs: [pre-release, docker_build] name: Build Helm Charts - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.pre-release.outputs.RELEASE_TAG }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9415627..be6f1d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out repository uses: actions/checkout@v3.0.2 @@ -18,7 +18,7 @@ jobs: docker_build: needs: [release] name: Docker Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.release.outputs.RELEASE_TAG }} steps: @@ -47,7 +47,7 @@ jobs: needs: [release, docker_build] name: Build Helm Charts - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: VERSION: ${{ needs.release.outputs.RELEASE_TAG }} steps: