Skip to content

Commit

Permalink
chore: Update Mill to 0.11.7 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored Jun 12, 2024
1 parent d024944 commit fa01366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
jdkFile: ${{ steps.download-java-temurin-8.outputs.jdkFile }}
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.6
mill-version: 0.11.7
- name: Cache mill
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -146,6 +146,6 @@ jobs:
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.6
mill-version: 0.11.7
- name: Publish
run: mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll

0 comments on commit fa01366

Please sign in to comment.