From 7b1dbe295b7da77b855ef06623fdbfc9195483fb Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:40:23 +0000 Subject: [PATCH] Update Particular/setup-postgres-action action to v1.2.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ae13fb0db..adc79f5c0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: catalog: ServiceControl enable-full-text-search: true - 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 @@ -108,7 +108,7 @@ jobs: registry-username: ${{ secrets.DOCKERHUB_USERNAME }} registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup PostgreSQL persistence - uses: Particular/setup-postgres-action@v1.1.0 + uses: Particular/setup-postgres-action@v1.2.0 if: matrix.test-category == 'PostgreSQLPersistence' with: connection-string-name: ServiceControl_Persistence_PostgreSql_ConnectionString