Skip to content

Commit 15cc307

Browse files
dependabot[bot]mrtz-j
authored andcommitted
build(deps): bump typst-community/setup-typst from 3 to 4
Bumps [typst-community/setup-typst](https://github.com/typst-community/setup-typst) from 3 to 4. - [Release notes](https://github.com/typst-community/setup-typst/releases) - [Commits](typst-community/setup-typst@v3...v4) --- updated-dependencies: - dependency-name: typst-community/setup-typst dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a296f40 commit 15cc307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: '0'
1717

18-
- uses: typst-community/setup-typst@v3
18+
- uses: typst-community/setup-typst@v4
1919
- run: typst compile ./main.typ main.pdf
2020

2121
- name: Upload Release Asset - Assignment

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
WITH_V: true
3232
DEFAULT_BUMP: 'patch'
3333

34-
- uses: typst-community/setup-typst@v3
34+
- uses: typst-community/setup-typst@v4
3535
- run: typst compile ./main.typ main.pdf
3636

3737
- name: Create Release

0 commit comments

Comments
 (0)