mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
chore(deps): update reviewdog/action-shellcheck action to v1.28 (#173)
* chore(deps): update reviewdog/action-shellcheck action to v1.28 * Auto updated backup.sql. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4a7370f13b
commit
36c264d817
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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
uses: reviewdog/action-shellcheck@v1.27
|
uses: reviewdog/action-shellcheck@v1.28
|
||||||
|
|
||||||
test-postgresql:
|
test-postgresql:
|
||||||
name: Test pg_dump with PostgreSQL version
|
name: Test pg_dump with PostgreSQL version
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
-- Dumped from database version 9.6.24
|
-- 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 statement_timeout = 0;
|
||||||
SET lock_timeout = 0;
|
SET lock_timeout = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue