chore(deps): update actions/setup-java action to v4.3.0 (#1212)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit be5d467955b386a5bab0c27347b4c183cd076e16)
This commit is contained in:
renovate[bot] 2024-09-14 19:56:47 +06:00 committed by Secozzi
parent db82aab6bc
commit 7ff29481ea
No known key found for this signature in database
GPG key ID: DD93E0B3A962AA86
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
- name: Set up JDK
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: 17
distribution: adopt

View file

@ -28,7 +28,7 @@ jobs:
uses: gradle/actions/wrapper-validation@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1
- name: Set up JDK
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: 17
distribution: adopt