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 v1.1.0 -> v2

This commit is contained in:
jackton1 2023-09-12 17:29:27 +00:00 committed by GitHub
parent 760b2baaaf
commit 03ca4314d6
2 changed files with 10 additions and 1 deletions

View file

@ -15,7 +15,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@v1
uses: tj-actions/install-postgresql@v2
with:
postgresql-version: 15
```