This is an automated email from the ASF dual-hosted git repository. jowanza pushed a commit to branch josep2-patch-1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit ca50546ee8c3197dd0d899c89d67806f418d506b Author: Jowanza Joseph <[email protected]> AuthorDate: Wed Oct 25 10:58:10 2023 -0600 Update mahout.yml Changed the version to match the new requirements --- .github/workflows/mahout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mahout.yml b/.github/workflows/mahout.yml index 1053a97ab..c8649f1bc 100644 --- a/.github/workflows/mahout.yml +++ b/.github/workflows/mahout.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: 1.8 + java-version: '8.0.392+8' - name: Cache Maven packages uses: actions/cache@v2
