From fdbd1ebe6b957a975e3d3743c868f466284158e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:55:50 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/cd.yml | 6 +++--- .github/workflows/check-renovatebot-config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index efa9fab..12861b3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,7 @@ on: jobs: push_to_registry: name: Build & Push docker image to dockerhub - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -63,7 +63,7 @@ jobs: test-docker-images: name: verify that the docker images work needs: push_to_registry - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: SA_PASSWORD: "P@ssw0rd" @@ -157,7 +157,7 @@ jobs: run_e2e_tests: needs: push_to_registry name: Run E2E tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Extract metadata to env variables uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1 diff --git a/.github/workflows/check-renovatebot-config.yml b/.github/workflows/check-renovatebot-config.yml index 834c904..0f18229 100644 --- a/.github/workflows/check-renovatebot-config.yml +++ b/.github/workflows/check-renovatebot-config.yml @@ -6,7 +6,7 @@ on: jobs: validate: name: Validate renovatebot config - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3