Skip to content

Commit

Permalink
Merge pull request #96 from tj-actions/renovate/tj-actions-pg-restore…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update tj-actions/pg-restore action to v4.10
  • Loading branch information
repo-ranger[bot] authored Jul 25, 2023
2 parents 39f491d + 13dfdca commit 21b2e45
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@v4.9
uses: tj-actions/pg-restore@v4.10
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
backup_file: "backups/backup.sql"
Expand Down

0 comments on commit 21b2e45

Please sign in to comment.