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

This commit is contained in:
renovate[bot]
2024-09-09 14:51:45 +00:00
committed by GitHub
parent badf9f7741
commit 3fa029b2d3
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }}
with:
java-version: 17