Skip to content

Commit 4cde47f

Browse files
Merge pull request #1 from wisp3rwind/dependabot/github_actions/typst-community/setup-typst-4
2 parents 365cfe9 + 280f8c0 commit 4cde47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
crate: just
3333

3434
- name: Setup typst
35-
uses: typst-community/setup-typst@v3
35+
uses: typst-community/setup-typst@v4
3636
with:
3737
typst-version: latest
3838

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup typst
4545
id: setup-typst
46-
uses: typst-community/setup-typst@v3
46+
uses: typst-community/setup-typst@v4
4747
with:
4848
typst-version: ${{ matrix.typst-version }}
4949

0 commit comments

Comments
 (0)