Skip to content

Commit

Permalink
FIx version
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio20002 committed Aug 10, 2024
1 parent b2042dd commit 494bf13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.10.0'
version: 'v0.11.1'
- run: |
just build
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.10.0'
version: 'v0.11.1'
- run: |
just test
2 changes: 1 addition & 1 deletion .github/workflows/update-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.10.0'
version: 'v0.11.1'
- run: |
typst fonts
- run: |
Expand Down

0 comments on commit 494bf13

Please sign in to comment.