mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
docs: update checkout action
This commit is contained in:
parent
888cb87ec3
commit
f525d6c911
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue