From 024830544b6db3978c246d2da63b9c62d4b8c109 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 8 Sep 2023 07:03:47 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1feb5bf..e3592b2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ Setup PostgresSQL using this action. ... steps: - uses: actions/checkout@v2 - - name: Docker Action - uses: tj-actions/docker-action@v1 + - name: Setup PostgreSQL + uses: tj-actions/setup-postgresql@v1 + with: + postgresql_version: 15 ``` ## Inputs