Skip to content

Commit

Permalink
chore: Update Mill to 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Jun 25, 2024
1 parent 1807d76 commit c43e8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7
mill-version: 0.11.8
- 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.7
mill-version: 0.11.8
- name: Publish
run: mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.7
0.11.8

0 comments on commit c43e8ae

Please sign in to comment.