From 4fbdd21b922d600a4366735650d5dbfc8147ff3a Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:00:53 +0000 Subject: [PATCH] Update Particular/setup-postgres-action action to v1.2.0 --- .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 17fa55432b..1a42f329f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: connection-string-env-var: ServiceControl_TransportTests_SQL_ConnectionString catalog: nservicebus - name: Setup PostgreSQL - uses: Particular/setup-postgres-action@v1.1.0 + uses: Particular/setup-postgres-action@v1.2.0 if: matrix.test-category == 'PostgreSQL' with: connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString