Skip to content

Commit 824ad21

Browse files
Bump ikalnytskyi/action-setup-postgres from 7 to 8 (#29)
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](ikalnytskyi/action-setup-postgres@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 422fa17 commit 824ad21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# (see readme files in https://github.com/actions/runner-images/tree/main/images)
6969
name: Setup PostgreSQL database
7070
if: inputs.db-type == 'postgresql'
71-
uses: ikalnytskyi/action-setup-postgres@v7
71+
uses: ikalnytskyi/action-setup-postgres@v8
7272
with:
7373
username: ${{ inputs.db-username }}
7474
password: ${{ inputs.db-password }}

0 commit comments

Comments
 (0)