From c17652beb9609b1f75cdcb75fcbc99c9ad0e7a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:59:46 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/analysis-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 5702b56f..9d7f9338 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -190,7 +190,7 @@ jobs: services: postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: root POSTGRES_PASSWORD: rootpassword @@ -635,7 +635,7 @@ jobs: services: postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: root POSTGRES_PASSWORD: rootpassword