From 6fa6f73b99f9cc10769a57aacfda54ecf2766318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:32:32 -0400 Subject: [PATCH] chore(deps): update postgres docker tag to v16 (#12012) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e424e4edd..b6e3ed72c0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: services: postgres: - image: 'postgres:15-alpine' + image: 'postgres:16-alpine' env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres