branch: elpa/pg
commit 9ac233d6b06165314c718e4585e83cbc789f7376
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: GitHub <[email protected]>

    Bump ikalnytskyi/action-setup-postgres from 7 to 8
    
    Bumps 
[ikalnytskyi/action-setup-postgres](https://github.com/ikalnytskyi/action-setup-postgres)
 from 7 to 8.
    - [Release 
notes](https://github.com/ikalnytskyi/action-setup-postgres/releases)
    - 
[Commits](https://github.com/ikalnytskyi/action-setup-postgres/compare/v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: ikalnytskyi/action-setup-postgres
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 6f0c0a2b53c..c6fd7a17e62 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@v7
+        uses: ikalnytskyi/action-setup-postgres@v8
         with:
            username: pgeltestuser
            password: pgeltest
diff --git a/.github/workflows/test-windows.yml 
b/.github/workflows/test-windows.yml
index a3a9773cfab..65f0afaad83 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@v7
+        uses: ikalnytskyi/action-setup-postgres@v8
         with:
            username: pgeltestuser
            password: pgeltest

Reply via email to