Skip to content

Commit

Permalink
Bump version to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Jan 9, 2024
1 parent e8f195e commit 74e3964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ key features:

```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: ikalnytskyi/action-setup-postgres@v5
```
#### Advanced
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: ikalnytskyi/action-setup-postgres@v5
with:
username: ci
password: sw0rdfish
Expand All @@ -80,7 +80,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: ikalnytskyi/action-setup-postgres@v5

- run: |
createuser myuser
Expand All @@ -102,7 +102,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v4
- uses: ikalnytskyi/action-setup-postgres@v5
```
```python
Expand Down

0 comments on commit 74e3964

Please sign in to comment.