Skip to content

Commit d35dfd0

Browse files
committedDec 8, 2022
chore(core-deps): update actions/setup-java action to v3.8.0
1 parent ce949a3 commit d35dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118
if: inputs.should-validate-wrapper == 'true'
119119
uses: gradle/wrapper-validation-action@v1.0.5
120120
- name: Setup Java
121-
uses: actions/setup-java@v3.6.0
121+
uses: actions/setup-java@v3.8.0
122122
with:
123123
distribution: ${{ inputs.java-distribution }}
124124
java-version: ${{ inputs.java-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.