Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update version in README.md to match newly released version
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro authored May 4, 2022
1 parent 7377186 commit 048e41c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic Update
```yaml
steps:
- uses: actions/checkout@v2
- uses: liquibase/liquibase-github-action@v4
- uses: liquibase/liquibase-github-action@v5
with:
operation: 'update'
classpath: 'example/changelogs'
Expand All @@ -24,7 +24,7 @@ Optional Parameter Example:
```yaml
steps:
- uses: actions/checkout@v2
- uses: liquibase/liquibase-github-action@v4
- uses: liquibase/liquibase-github-action@v5
with:
operation: 'updateCount'
classpath: 'example/changelogs'
Expand Down Expand Up @@ -186,4 +186,4 @@ We've found that the easiest way to test changes to this GitHub action is to:
checksSettingsFile: 'liquibasech.conf'
proLicenseKey: ${{ secrets.PRO_LICENSE_KEY }}
```
- make changes as desired and observe the execution in GitHub
- make changes as desired and observe the execution in GitHub

0 comments on commit 048e41c

Please sign in to comment.