We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a3974a + cbccc4e commit 0c11226Copy full SHA for 0c11226
README.md
@@ -16,7 +16,7 @@ Accepts the following inputs:
16
17
```yaml
18
- name: Spring Gradle Build Action
19
- uses: spring-io/spring-gradle-build-action@v1
+ uses: spring-io/spring-gradle-build-action@v2
20
with:
21
java-version: '17'
22
distribution: 'temurin'
@@ -26,7 +26,7 @@ Accepts the following inputs:
26
27
28
- uses: actions/checkout@v3
29
-- uses: spring-io/spring-gradle-build-action@v1
+- uses: spring-io/spring-gradle-build-action@v2
30
- name: Run tests
31
run: ./gradlew test
32
-```
+```
0 commit comments