Skip to content

Commit 7b05183

Browse files
authored
HIVE-29575: Upgrade GitHub Actions, setup-java and checkout (apache#6445)
1 parent b81ffb3 commit 7b05183

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
name: 'macOS (JDK 21)'
3636
runs-on: macos-latest
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
- name: 'Set up JDK 21'
40-
uses: actions/setup-java@v1
40+
uses: actions/setup-java@v5
4141
with:
42-
java-version: 21
42+
java-version: '21'
43+
distribution: temurin
44+
cache: maven
4345
- name: 'Build project'
4446
run: |
4547
mvn clean install -DskipTests -Pitests

0 commit comments

Comments
 (0)