Skip to content

Commit

Permalink
Bump typst-community/setup-typst from 3 to 4 (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 2c01584 commit 1c59386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-thesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
WITH_V: true
DEFAULT_BUMP: 'patch'

- uses: typst-community/setup-typst@v3
- uses: typst-community/setup-typst@v4
- run: typst compile thesis.typ thesis.pdf
- run: typst compile proposal.typ proposal.pdf
- run: typst compile registration_certificate.typ registration_certificate.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: '0'
lfs: true

- uses: typst-community/setup-typst@v3
- uses: typst-community/setup-typst@v4
- run: typst compile thesis.typ thesis.pdf
- run: typst compile proposal.typ proposal.pdf
- run: typst compile registration_certificate.typ registration_certificate.pdf

0 comments on commit 1c59386

Please sign in to comment.