From c658fb77c21e15f377dcd192dd9bea91cf221615 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 14 Mar 2021 15:19:07 -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 f568fb0..198d1b2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add action to .github/workflows steps: - uses: actions/checkout@v2 - name: Postgres Backup Restore - uses: tj-actions/postgres-restore@v3 + uses: tj-actions/postgres-restore@v4.5 with: database_url: "postgres://test_user:test_password@localhost:5432/test_db" backup_file: "backups/backup.sql"