diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74f7899a..78723c6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up JDK 11 # https://github.com/actions/setup-java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: cache: 'maven' check-latest: true diff --git a/.github/workflows/nextgen.yml b/.github/workflows/nextgen.yml index d2a7ccc8..e9f8039d 100644 --- a/.github/workflows/nextgen.yml +++ b/.github/workflows/nextgen.yml @@ -17,7 +17,7 @@ jobs: - name: Set up JDK 17 # https://github.com/actions/setup-java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: cache: 'maven' check-latest: true