Skip to content

Commit

Permalink
Merge pull request #5 from IdiosApps/version-bumps
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
jodersky authored Jul 2, 2022
2 parents af94239 + 13325ff commit 8b45755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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](http://www.lihaoyi.com/mill/) available in a job.
```yaml
- uses: jodersky/setup-mill@master
with:
mill-version: 0.8.0
mill-version: 0.10.4
- name: Compile
run: mill project.compile
# the server process is kept alive across steps,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1"
"@actions/tool-cache": "^2.0.1"
}
}

0 comments on commit 8b45755

Please sign in to comment.