Skip to content

Commit 7f32b89

Browse files
Fix build (#311)
* Update action versions * Rename workflow
1 parent 7524001 commit 7f32b89

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
spark: 3
1818
name: Scala ${{ matrix.scala }}, Spark ${{ matrix.spark }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
21+
with:
22+
persist-credentials: false
2123
- name: Set up JDK 1.8
22-
uses: actions/setup-java@v1
24+
uses: actions/setup-java@v2
2325
with:
24-
java-version: 1.8
25-
- uses: actions/cache@v2
26+
distribution: 'adopt'
27+
java-version: 8
28+
- uses: actions/cache@v4
2629
with:
2730
path: ~/.m2/repository
2831
key: ${{ runner.os }}-${{ matrix.scala }}-${{ matrix.spark }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)