From ff0a2f0aabbb7121a6bd25bbcff12fcb37320310 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:48:30 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75896d..8138c71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: services: postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres