From a76af12a956891df8a12424abd4aeeea9003ac51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:35:19 +0000 Subject: [PATCH] Update postgres Docker tag to v17 (#706) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5e45007..41afa077 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres