mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #94 from tj-actions/renovate/peter-evans-create-pull-request-4.x
This commit is contained in:
commit
d3f0c6ceb1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/sync-release-version.yml
vendored
2
.github/workflows/sync-release-version.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
output: 'HISTORY.md'
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4.2.2
|
||||
uses: peter-evans/create-pull-request@v4.2.3
|
||||
with:
|
||||
base: "main"
|
||||
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
|
||||
-- Dumped from database version 9.6.24
|
||||
-- Dumped by pg_dump version 14.5 (Ubuntu 14.5-2.pgdg20.04+2)
|
||||
-- Dumped by pg_dump version 14.6 (Ubuntu 14.6-1.pgdg20.04+1)
|
||||
|
||||
SET statement_timeout = 0;
|
||||
SET lock_timeout = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue