0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Merge pull request #138 from tj-actions/renovate/tj-actions-install-postgresql-3.x

chore(deps): update tj-actions/install-postgresql action to v3
This commit is contained in:
repo-ranger[bot] 2023-11-30 00:33:14 +00:00 committed by GitHub
commit 398471ddfa
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 }}