mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge branch 'main' into renovate/peter-evans-create-pull-request-7.x
This commit is contained in:
commit
18b3676a7e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: shellcheck
|
||||
uses: reviewdog/action-shellcheck@v1.26
|
||||
uses: reviewdog/action-shellcheck@v1.28
|
||||
|
||||
test-postgresql:
|
||||
name: Test pg_dump with PostgreSQL version
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
|
||||
-- Dumped from database version 9.6.24
|
||||
-- Dumped by pg_dump version 14.13 (Ubuntu 14.13-1.pgdg22.04+1)
|
||||
-- Dumped by pg_dump version 14.15 (Ubuntu 14.15-1.pgdg22.04+1)
|
||||
|
||||
SET statement_timeout = 0;
|
||||
SET lock_timeout = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue