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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update action to v3
  • Loading branch information
jnewton03 authored Sep 2, 2021
1 parent dc1809f commit 23a778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v2
- uses: liquibase/liquibase-github-action@v3
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@v2
- uses: liquibase/liquibase-github-action@v3
with:
operation: 'updateCount'
classpath: 'example/changelogs'
Expand Down

0 comments on commit 23a778f

Please sign in to comment.