diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index 6b7434f..379f774 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -45,7 +45,7 @@ jobs: - name: Install system dependencies run: sudo apt-get install libsasl2-dev libsasl2-modules - name: Set up Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' # Need Java 8 for Hive + 11 for Spark (and Nessie)