Skip to content

Commit

Permalink
Merge pull request #5 from lewisjkl/update-workflow
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
lewisjkl authored Dec 17, 2024
2 parents 8854bc8 + 879ccfe commit 5d4e003
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
distribution: 'temurin'
java-version: '17'

- name: Get mill version
run: echo "MILL_VERSION=$(cat .mill-version)" >> $GITHUB_ENV
Expand Down

0 comments on commit 5d4e003

Please sign in to comment.