Skip to content

Commit

Permalink
update java setup
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 29, 2024
1 parent e3c82a7 commit 6bf631f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
with:
fetch-depth: 0
repository: holdenk/spark-testing-base
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.distribution }}
cache: sbt
- name: Cache maven modules
id: cache-maven
uses: actions/[email protected]
Expand Down

0 comments on commit 6bf631f

Please sign in to comment.