diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8841f398..bb0ab8a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Setup PostgreSQL DB if: matrix.os != 'macos-12' # macOS is too slow for tests in GitHub Actions - uses: ikalnytskyi/action-setup-postgres@v5 + uses: ikalnytskyi/action-setup-postgres@v6 id: postgres with: username: fdp