Merge pull request #18 from 3dwardch3ng/renovate/actions-setup-java-4.x

chore(deps): update actions/setup-java action to v4.3.0
This commit is contained in:
2024-09-10 16:25:59 +10:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17
@@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17
@@ -162,7 +162,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17

View File

@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17
@@ -95,7 +95,7 @@ jobs:
with: with:
ref: main ref: main
fetch-depth: 1 fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17
@@ -181,7 +181,7 @@ jobs:
with: with:
ref: main ref: main
fetch-depth: 1 fetch-depth: 1
- uses: actions/setup-java@v4.2.2 - uses: actions/setup-java@v4.3.0
if: ${{ hashFiles('**/pom.xml') }} if: ${{ hashFiles('**/pom.xml') }}
with: with:
java-version: 17 java-version: 17