Skip to content

Commit 53bbe6d

Browse files
committed
trying to read deps.cirru ; tag 0.0.5
1 parent d79c891 commit 53bbe6d

File tree

7 files changed

+7921
-125
lines changed

7 files changed

+7921
-125
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ basic usages:
1111
```yml
1212
- uses: calcit-lang/[email protected]
1313
with:
14-
version: "0.9.1"
14+
version: "0.9.4"
1515
bundler: false
1616
```
1717
1818
Calcit latest: ![Calcit Version](https://img.shields.io/github/v/release/calcit-lang/calcit)
1919
20+
`version` is also optional when `deps.cirru` is provided, which declares `:calcit-version`.
21+
2022
### License
2123

2224
MIT

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Setup Calcit runner
44
inputs:
55
version:
66
description: "Version of Calcit to install"
7-
required: true
7+
required: false
88
default: 0.9.2
99
bundler:
1010
description: "download calcit bunder_command"

0 commit comments

Comments
 (0)