0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2025-06-11 13:12:49 +00:00

Upgraded from v2.0.2 -> v3

This commit is contained in:
jackton1 2023-11-29 21:58:50 +00:00 committed by GitHub
parent a101ee561e
commit 1e9422d055
2 changed files with 46 additions and 1 deletions

View file

@ -22,7 +22,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
steps:
- uses: actions/checkout@v4
- name: Setup PostgreSQL
uses: tj-actions/install-postgresql@v2
uses: tj-actions/install-postgresql@v3
with:
postgresql-version: 16
```