Skip to content

Commit

Permalink
Use '@v4' tag in usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Jan 4, 2023
1 parent f19cd58 commit fd37e26
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 @@ -37,14 +37,14 @@ key features:

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

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

0 comments on commit fd37e26

Please sign in to comment.