From c33535facbd5c68e8e166ea82d3fb60525789d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:05:33 +0000 Subject: [PATCH] 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] --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 06e4372..e129d79 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -68,7 +68,7 @@ jobs: # (see readme files in https://github.com/actions/runner-images/tree/main/images) name: Setup PostgreSQL database if: inputs.db-type == 'postgresql' - uses: ikalnytskyi/action-setup-postgres@v7 + uses: ikalnytskyi/action-setup-postgres@v8 with: username: ${{ inputs.db-username }} password: ${{ inputs.db-password }}