0
0
Fork 0
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:
Raphael Boidol 2024-02-24 11:08:52 +01:00
parent 888cb87ec3
commit f525d6c911

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: