Skip to content

Commit 7179977

Browse files
committed
fix checklinks
1 parent 4260784 commit 7179977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6
30+
uses: astral-sh/setup-uv@v6
3131
with:
3232
python-version: 3.12
3333

3434
- name: Set up node
3535
uses: actions/setup-node@v5
3636
with:
37-
node-version: 22
37+
node-version: 24
3838

3939
- name: Install dependencies and update content from submodules
4040
run: make all

0 commit comments

Comments
 (0)