diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7015e5a..7ee8d94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,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'