diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index c9c475d..a2b2707 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -45,7 +45,7 @@ jobs: uses: hustcer/setup-moonbit@develop with: setup-core: false - version: 0.1.20240910+3af041b9a + version: 0.1.20241104+8ce5d2967 - name: Check Moonbit Version run: | diff --git a/README.md b/README.md index 4aa5732..66fbfcb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In rare circumstances you might get rate limiting errors, if this happens you ca | Name | Required | Description | Type | Default | | ------------ | -------- | ------------ | ------ | --------- | -| `version` | no | A valid moonbit tool chain version, such as `0.1.20240910+3af041b9a` , etc. or `bleeding` (currently for macOS only) | string | `latest`| +| `version` | no | A valid moonbit tool chain version, such as `0.1.20241104+8ce5d2967` , etc. or `bleeding` (currently for macOS only) | string | `latest`| | `setup-core` | no | `true` to download and bundle Moonbit Core, `false` to ignore it | bool | `true` | ## License diff --git a/README.zh-CN.md b/README.zh-CN.md index 7d01cd2..4b24f1c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -37,7 +37,7 @@ steps: | 参数名 | 必填 | 描述 | 类型 | 默认值 | | ---------------- | -------- | --- | ------ | --------- | -| `version` | 否 | 合法的 Moonbit 工具链版本,比如: `0.1.20240910+3af041b9a` 或者 `bleeding` (只支持 macOS) | string | `latest` | +| `version` | 否 | 合法的 Moonbit 工具链版本,比如: `0.1.20241104+8ce5d2967` 或者 `bleeding` (只支持 macOS) | string | `latest` | | `setup-core` | 否 | 设置为 `true` 则下载并打包 Moonbit Core, `false` 则忽略 | bool | `true` | ## 许可