From 865fc75e1b5a350db23e620d63ecf171b0f4a4f8 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 21 Oct 2021 11:06:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d129900..aaf7375 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate steps: - uses: actions/checkout@v2 - name: Postgres Dump Backup - uses: tj-actions/pg-dump@v1 + uses: tj-actions/pg-dump@v2.2 with: database_url: "postgres://test_user:test_user_password@localhost:5432/testdb" path: "backups/backup.sql"