Skip to content

Commit f9708ac

Browse files
isPANNclaude
andcommitted
CI: bump checkout v4->v5 and setup-typst v4->v5 (Node 24)
Both actions ran on the deprecated Node.js 20 (forced off after 2026-06-16). - actions/checkout@v5: Node 24 only; no input changes (we use it with none). - typst-community/setup-typst@v5: Node 24; drops the unused `local-packages` input and action outputs, neither of which we use. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent aa000c8 commit f9708ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Rustfmt
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- uses: dtolnay/rust-toolchain@stable
3636
with:
3737
components: rustfmt
@@ -43,7 +43,7 @@ jobs:
4343
name: Clippy
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- uses: dtolnay/rust-toolchain@stable
4848
with:
4949
components: clippy
@@ -60,14 +60,14 @@ jobs:
6060
env:
6161
FEATURES: "ilp-highs example-db"
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- uses: dtolnay/rust-toolchain@stable
6565
- uses: taiki-e/install-action@v2
6666
with:
6767
tool: nextest
6868
- uses: Swatinem/rust-cache@v2
6969
- name: Install typst
70-
uses: typst-community/setup-typst@v4
70+
uses: typst-community/setup-typst@v5
7171

7272
- name: Compile tests
7373
run: cargo nextest run --no-run --workspace --features "$FEATURES"
@@ -96,7 +96,7 @@ jobs:
9696
name: Code Coverage
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v5
100100
- uses: dtolnay/rust-toolchain@stable
101101
with:
102102
components: llvm-tools-preview

0 commit comments

Comments
 (0)