Skip to content

Commit

Permalink
Bump to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 2, 2023
1 parent af44819 commit 4c7c5de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1.0
uses: hustcer/setup-moonbit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1.0
uses: hustcer/setup-moonbit@v1.1

- name: Check Moonbit Version
run: |
Expand All @@ -34,7 +34,7 @@ Or, check the [test.yaml](https://github.com/hustcer/setup-moonbit/blob/main/.gi
In rare circumstances you might get rate limiting errors, if this happens you can set the `GITHUB_TOKEN` environment variable.

```yaml
- uses: hustcer/setup-moonbit@v1.0
- uses: hustcer/setup-moonbit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
uses: actions/[email protected]

- name: Setup Moonbit
uses: hustcer/setup-moonbit@v1.0
uses: hustcer/setup-moonbit@v1.1

- name: Check Moonbit Version
run: |
Expand All @@ -32,7 +32,7 @@ steps:
在极少数情况下,你可能会看到速率限制之类的错误。如果发生这种情况,你可以通过设置 `GITHUB_TOKEN` 环境变量来避免该问题:

```yaml
- uses: hustcer/setup-moonbit@v1.0
- uses: hustcer/setup-moonbit@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Setup-MoonBit",
"version": "1.0.0",
"actionVer": "v1.0",
"version": "1.1.0",
"actionVer": "v1.1",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/setup-moonbit",
Expand Down

0 comments on commit 4c7c5de

Please sign in to comment.