From 1fb5a378a1c1225119cf726b9c3717402852cfb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:52:59 +0000 Subject: [PATCH] chore(deps): update tj-actions/pg-restore action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f93b3357..705f96454 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: shellcheck uses: reviewdog/action-shellcheck@v1 - name: Postgres Backup Restore - uses: tj-actions/pg-restore@v4.10 + uses: tj-actions/pg-restore@v5.0 with: database_url: "postgres://test_user:test_user_password@localhost:5432/testdb" backup_file: "backups/backup.sql"