diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 9e11038948..a789ef45bc 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: cache: "maven" distribution: "temurin" @@ -81,7 +81,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: cache: "maven" distribution: "temurin"