Skip to content

Commit

Permalink
Merge pull request #134 from tj-actions/renovate/tj-actions-pg-restor…
Browse files Browse the repository at this point in the history
…e-6.x

Update tj-actions/pg-restore action to v6
  • Loading branch information
repo-ranger[bot] authored Jan 6, 2024
2 parents 3daf4de + 8aa6278 commit 0ce8baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
- name: Postgres Backup Restore
uses: tj-actions/pg-restore@v5.0
uses: tj-actions/pg-restore@v6.0
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
backup_file: "backups/backup.sql"
Expand Down

0 comments on commit 0ce8baa

Please sign in to comment.