From 5d52882ec1e9e1728095e8e73e100ca209ffe3eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:07:17 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/build-and-release-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-application.yaml b/.github/workflows/build-and-release-application.yaml index e99f67e..40fd728 100644 --- a/.github/workflows/build-and-release-application.yaml +++ b/.github/workflows/build-and-release-application.yaml @@ -60,7 +60,7 @@ jobs: build-image: name: Build server docker image (and publish on master) needs: [ lint-and-test ] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: image_tag: ${{ steps.meta.outputs.tags }} concurrency: