From 94f4bfed3d755b09d479318cacb0508ee030b176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:06:05 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/test_build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build_and_deploy.yml b/.github/workflows/test_build_and_deploy.yml index bd8cdee..f98b4f9 100644 --- a/.github/workflows/test_build_and_deploy.yml +++ b/.github/workflows/test_build_and_deploy.yml @@ -28,7 +28,7 @@ jobs: continuous-delivery: if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') name: Push Docker Image - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 needs: test steps: - name: Checkout