Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Jul 10, 2023
1 parent 0f8170b commit c2af325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
with:
dfx-version: 0.13.1
dfx-version: 0.14.2
install-moc: true
vessel-version: 0.6.5
- run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This action sets up a `dfx` environment, also includes `moc` and `vessel`.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aviate-labs/[email protected].5
- uses: aviate-labs/[email protected].6
with:
vessel-version: 0.6.5
- run: for i in src/*.mo ; do $(vessel bin)/moc $(vessel sources) --check $i ; done
Expand All @@ -22,7 +22,7 @@ steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aviate-labs/[email protected].5
- uses: aviate-labs/[email protected].6
with:
dfx-version: 0.14.2
env:
Expand Down

0 comments on commit c2af325

Please sign in to comment.