We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248af4f commit aa57fdeCopy full SHA for aa57fde
1 file changed
readme.md
@@ -11,7 +11,7 @@ This action will set up the Java SDK.
11
#### Example:
12
13
```yaml
14
- - uses: aboutbits/github-actions-java/setup@v1
+ - uses: aboutbits/github-actions-java/setup@v2
15
```
16
17
#### Inputs
@@ -31,7 +31,7 @@ This action will set up the Java SDK and install all dependencies.
31
32
33
34
- - uses: aboutbits/github-actions-java/setup-and-install@v1
+ - uses: aboutbits/github-actions-java/setup-and-install@v2
35
36
37
0 commit comments