Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio20002 committed Oct 21, 2024
1 parent a52aeb3 commit 86f99b3
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 @@ -20,7 +20,7 @@ jobs:
crate: just
- uses: typst-community/setup-typst@v3
with:
typst-version: 0.11.1
typst-version: 0.12.0
- 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 @@ -16,6 +16,6 @@ jobs:
crate: just
- uses: typst-community/setup-typst@v3
with:
typst-version: 0.11.1
typst-version: 0.12.0
- 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 @@ -17,7 +17,7 @@ jobs:
crate: just
- uses: typst-community/setup-typst@v3
with:
typst-version: 0.11.1
typst-version: 0.12.0
- run: |
typst fonts
- run: |
Expand Down

0 comments on commit 86f99b3

Please sign in to comment.