0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Upgraded from v2.2 -> v2.3

This commit is contained in:
jackton1 2021-10-21 15:08:23 +00:00 committed by GitHub
parent 865fc75e1b
commit e1ddef3392
2 changed files with 18 additions and 3 deletions

View file

@ -1,8 +1,12 @@
# Changelog
## [v2.2](https://github.com/tj-actions/pg-dump/tree/v2.2) (2021-10-04)
## [v2.3](https://github.com/tj-actions/pg-dump/tree/v2.3) (2021-10-21)
[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.1...v2.2)
[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.2...v2.3)
**Implemented enhancements:**
- \[Feature\] Choose Postgres version [\#35](https://github.com/tj-actions/pg-dump/issues/35)
**Closed issues:**
@ -10,6 +14,17 @@
**Merged pull requests:**
- Bump tj-actions/sync-release-version from 8.7 to 9 [\#41](https://github.com/tj-actions/pg-dump/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update actions/checkout action to v2.3.5 [\#40](https://github.com/tj-actions/pg-dump/pull/40) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/verify-changed-files action to v8 [\#39](https://github.com/tj-actions/pg-dump/pull/39) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.2 [\#38](https://github.com/tj-actions/pg-dump/pull/38) ([jackton1](https://github.com/jackton1))
## [v2.2](https://github.com/tj-actions/pg-dump/tree/v2.2) (2021-10-04)
[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.1...v2.2)
**Merged pull requests:**
- Updated README.md [\#37](https://github.com/tj-actions/pg-dump/pull/37) ([jackton1](https://github.com/jackton1))
- Update action.yml [\#36](https://github.com/tj-actions/pg-dump/pull/36) ([jackton1](https://github.com/jackton1))
- Update pascalgn/automerge-action action to v0.14.3 [\#34](https://github.com/tj-actions/pg-dump/pull/34) ([renovate[bot]](https://github.com/apps/renovate))

View file

@ -9,7 +9,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate
steps:
- uses: actions/checkout@v2
- name: Postgres Dump Backup
uses: tj-actions/pg-dump@v2.2
uses: tj-actions/pg-dump@v2.3
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
path: "backups/backup.sql"