Skip to content

Commit fb8af6b

Browse files
committed
ci: Bump workflow version to 4
1 parent 0d19890 commit fb8af6b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
cd "$CETZ"
3333
git submodule update --init --recursive
3434
just install @preview
35-
- uses: typst-community/setup-typst@v3
35+
- uses: typst-community/setup-typst@v4
3636
with:
3737
typst-version: '0.13.1'
38-
cache-dependency-path: src/cetz.typ
38+
zip-packages: requirements.json
3939
- run: |
4040
just install @local
4141
just install @preview

requirements.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"preview": {
3+
"cetz": "https://github.com/cetz-package/cetz/archive/refs/tags/v0.3.4.zip"
4+
},
5+
"local": {
6+
}
7+
}

0 commit comments

Comments
 (0)