mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
chore(deps): update tj-actions/install-postgresql action to v3
This commit is contained in:
parent
b47344576b
commit
d5d9cdb82e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PostgreSQL
|
- name: Setup PostgreSQL
|
||||||
uses: tj-actions/install-postgresql@v2
|
uses: tj-actions/install-postgresql@v3
|
||||||
if: inputs.postgresql_version != ''
|
if: inputs.postgresql_version != ''
|
||||||
with:
|
with:
|
||||||
postgresql-version: ${{ inputs.postgresql_version }}
|
postgresql-version: ${{ inputs.postgresql_version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue