Skip to content

Commit 0c11226

Browse files
authored
Merge pull request #4 from kirklin/patch-1
Update README.md
2 parents 6a3974a + cbccc4e commit 0c11226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Accepts the following inputs:
1616

1717
```yaml
1818
- name: Spring Gradle Build Action
19-
uses: spring-io/spring-gradle-build-action@v1
19+
uses: spring-io/spring-gradle-build-action@v2
2020
with:
2121
java-version: '17'
2222
distribution: 'temurin'
@@ -26,7 +26,7 @@ Accepts the following inputs:
2626
2727
```yaml
2828
- uses: actions/checkout@v3
29-
- uses: spring-io/spring-gradle-build-action@v1
29+
- uses: spring-io/spring-gradle-build-action@v2
3030
- name: Run tests
3131
run: ./gradlew test
32-
```
32+
```

0 commit comments

Comments
 (0)