0
0
Fork 0
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:
renovate[bot] 2023-11-30 00:29:48 +00:00 committed by GitHub
parent b47344576b
commit d5d9cdb82e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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