File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This action will set up the Java SDK including Maven.
1111#### Example:
1212
1313``` yaml
14- - uses : aboutbits/github-actions-java/setup-with-maven@v4
14+ - uses : aboutbits/github-actions-java/setup-with-maven@v5
1515` ` `
1616
1717#### Inputs
@@ -42,7 +42,7 @@ This action will set up the Java SDK including Gradle.
4242# ### Example:
4343
4444` ` ` yaml
45- - uses: aboutbits/github-actions-java/setup-with-gradle@v4
45+ - uses: aboutbits/github-actions-java/setup-with-gradle@v5
4646` ` `
4747
4848# ### Inputs
@@ -72,7 +72,7 @@ This action will set up the Java SDK and install all dependencies using Maven.
7272# ### Example:
7373
7474` ` ` yaml
75- - uses: aboutbits/github-actions-java/setup-and-install-with-maven@v4
75+ - uses: aboutbits/github-actions-java/setup-and-install-with-maven@v5
7676` ` `
7777
7878# ### Inputs
@@ -102,7 +102,7 @@ This action will set up the Java SDK and install all dependencies using Gradle.
102102# ### Example:
103103
104104` ` ` yaml
105- - uses: aboutbits/github-actions-java/setup-and-install-with-gradle@v4
105+ - uses: aboutbits/github-actions-java/setup-and-install-with-gradle@v5
106106` ` `
107107
108108# ### Inputs
@@ -132,7 +132,7 @@ This action will set the given version in a pom.xml file.
132132# ### Example:
133133
134134` ` ` yaml
135- - uses: aboutbits/github-actions-java/set-version-with-maven@v4
135+ - uses: aboutbits/github-actions-java/set-version-with-maven@v5
136136` ` `
137137
138138# ### Inputs
You can’t perform that action at this time.
0 commit comments