Skip to content

Commit

Permalink
Update mill in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Dec 4, 2023
1 parent 1fb28a4 commit 58fecf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arguments: "-c .scalafmt.conf --test"
- uses: jodersky/[email protected]
with:
mill-version: 0.11.5
mill-version: 0.11.6
- name: Compile
run: mill '__.compile'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: jodersky/[email protected]
with:
mill-version: 0.11.5
mill-version: 0.11.6
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: jodersky/[email protected]
with:
mill-version: 0.11.5
mill-version: 0.11.6
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
Expand Down

0 comments on commit 58fecf2

Please sign in to comment.