branch: elpa/pg
commit 1ed411893a6424a04c98f8f3541a6cb2c245baa2
Merge: 913c468c8a9 0ae254d8d1c
Author: Eric Marsden <eric.mars...@risk-engineering.org>
Commit: GitHub <nore...@github.com>

    Merge pull request #14 from 
emarsden/dependabot/github_actions/ikalnytskyi/action-setup-postgres-7
    
    Bump ikalnytskyi/action-setup-postgres from 6 to 7
---
 .github/workflows/test-macos.yml   | 2 +-
 .github/workflows/test-windows.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index 28270c7e31e..39cf882c981 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -16,7 +16,7 @@ jobs:
            timezoneWindows: "UTC-01:00"
 
       - name: Set up pre-installed PostgreSQL
-        uses: ikalnytskyi/action-setup-postgres@v6
+        uses: ikalnytskyi/action-setup-postgres@v7
         with:
            username: pgeltestuser
            password: pgeltest
diff --git a/.github/workflows/test-windows.yml 
b/.github/workflows/test-windows.yml
index 76254829846..a3a9773cfab 100644
--- a/.github/workflows/test-windows.yml
+++ b/.github/workflows/test-windows.yml
@@ -15,7 +15,7 @@ jobs:
            timezoneWindows: "UTC-01:00"
 
       - name: Set up pre-installed PostgreSQL
-        uses: ikalnytskyi/action-setup-postgres@v6
+        uses: ikalnytskyi/action-setup-postgres@v7
         with:
            username: pgeltestuser
            password: pgeltest

Reply via email to