diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b02493f32..08a182457 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,4 +10,5 @@ updates: patterns: - "*" assignees: - - "kermany" \ No newline at end of file + - "kermany" + - "a0x8o" diff --git a/.github/workflows/noteook-tests.yml b/.github/workflows/notebook-tests.yml similarity index 96% rename from .github/workflows/noteook-tests.yml rename to .github/workflows/notebook-tests.yml index b1f62dceb..5dd26efa5 100644 --- a/.github/workflows/noteook-tests.yml +++ b/.github/workflows/notebook-tests.yml @@ -71,4 +71,4 @@ jobs: - name: Run all notebook tests run: | - python docs/dev/run-nb-test.py --cli-profile docs-ci \ No newline at end of file + python docs/dev/run-nb-test.py --cli-profile docs-ci diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 2f7fac17f..996cf405d 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -10,7 +10,7 @@ on: default: "3.5.1" scala-version: description: "Scala version to use when building Glow" - default: "2.12.15" + default: "2.12.19" java-version: description: "Java version to use when building Glow" default: "8" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 474bf4cc2..4e0ab35c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: matrix: spark_version: [3.4.1, 3.5.1] - scala_version: [2.12.15] + scala_version: [2.12.19] env: SPARK_VERSION: ${{ matrix.spark_version }} SCALA_VERSION: ${{ matrix.scala_version }}