diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991272d..a0243b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Set up JDK 1.8 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3.5.1 with: distribution: 'adopt' java-version: '8' diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml index 1cb4d94..387ea4c 100644 --- a/.github/workflows/ci_check.yml +++ b/.github/workflows/ci_check.yml @@ -17,7 +17,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Set up JDK 1.8 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3.5.1 with: distribution: 'adopt' java-version: '8'