diff --git a/action.yml b/action.yml index bd2f201..cf5d173 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ runs: using: 'composite' steps: - name: Setup PostgreSQL - uses: tj-actions/install-postgresql@v2 + uses: tj-actions/install-postgresql@v3 if: inputs.postgresql_version != '' with: postgresql-version: ${{ inputs.postgresql_version }}