0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00
This commit is contained in:
Raphael Boidol 2024-08-01 11:34:51 +01:00 committed by GitHub
commit 3e277421b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate
```yaml
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Postgres Dump Backup
uses: tj-actions/pg-dump@v3
with:
@ -31,7 +31,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate
```yaml
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Postgres Dump Backup
uses: tj-actions/pg-dump@v3
with: