Skip to content

Commit abe3e9d

Browse files
Mjboothausoz-agent
andcommitted
ci: move workflow actions to Node 24
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 2e7b97b commit abe3e9d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- main
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
11+
912
jobs:
1013
checks:
1114
name: Checks (py${{ matrix.python-version }})
@@ -17,13 +20,13 @@ jobs:
1720

1821
steps:
1922
- name: Checkout
20-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2124

2225
- name: Set up uv
23-
uses: astral-sh/setup-uv@v5
26+
uses: astral-sh/setup-uv@v7
2427

2528
- name: Set up Python
26-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
2730
with:
2831
python-version: ${{ matrix.python-version }}
2932

0 commit comments

Comments
 (0)