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 }}