Skip to content

Commit

Permalink
Bump mill version
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Oct 11, 2020
1 parent bfc8fb8 commit 36d81cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use this action to make [mill](https://www.lihaoyi.com/mill/) available in a job.
```yaml
- uses: jodersky/setup-mill@master
with:
mill-version: 0.5.1
mill-version: 0.8.0
- name: Compile
run: mill project.compile
# the server process is kept alive across steps,
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ inputs:
mill-version:
description: 'version of mill to use'
required: false
default: '0.5.1'
default: '0.8.0'
runs:
using: 'node12'
main: 'setup.js'
branding:
icon: 'box'
icon: 'box'
color: 'red'

0 comments on commit 36d81cd

Please sign in to comment.