From dc8fd5d1bdb1e74ba693802e8290e79b22ba7e64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 06:08:15 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/analysis-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 81e52920f0e..2bc3c38b8d7 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -16,7 +16,7 @@ jobs: services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_DB: nextcloudappstore