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