Skip to content

Commit

Permalink
Merge pull request #4 from kirklin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sjohnr committed May 17, 2023
2 parents 6a3974a + cbccc4e commit 0c11226
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 @@ -16,7 +16,7 @@ Accepts the following inputs:

```yaml
- name: Spring Gradle Build Action
uses: spring-io/spring-gradle-build-action@v1
uses: spring-io/spring-gradle-build-action@v2
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -26,7 +26,7 @@ Accepts the following inputs:

```yaml
- uses: actions/checkout@v3
- uses: spring-io/spring-gradle-build-action@v1
- uses: spring-io/spring-gradle-build-action@v2
- name: Run tests
run: ./gradlew test
```
```

0 comments on commit 0c11226

Please sign in to comment.