Skip to content

Commit

Permalink
chore(deps): update tj-actions/pg-restore action to v4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 39f491d commit 13dfdca
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 13dfdca

Please sign in to comment.