Skip to content

Commit 18a435f

Browse files
committed
Update actions/setup-java to v4
Closes gh-6
1 parent ba0b502 commit 18a435f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A composite action that combines the following steps:
44

5-
* Set up a JDK with `actions/setup-java@v3`
5+
* Set up a JDK with `actions/setup-java@v4`
66
* Set up a `user.name` system property with `spring-builds+github`
77
* Validate the Gradle wrapper using `gradle/wrapper-validation-action@v1`
88
* Set up Gradle using `gradle/gradle-build-action@v2`

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: 'composite'
1717
steps:
1818
- name: Set up JDK ${{ inputs.java-version }}
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: ${{ inputs.java-version }}
2222
distribution: ${{ inputs.distribution }}

0 commit comments

Comments
 (0)