Skip to content

Commit 559cee6

Browse files
committed
Update CI actions runtime
1 parent 5fccbd6 commit 559cee6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.11"
2121

@@ -30,9 +30,9 @@ jobs:
3030
run: python -m compileall app
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
35-
node-version: "20"
35+
node-version: "24"
3636
cache: npm
3737
cache-dependency-path: frontend/package-lock.json
3838

0 commit comments

Comments
 (0)