bump checkout everwhere and use newer node for uv

This commit is contained in:
Tobias Brunner 2025-09-26 15:52:17 +02:00
parent 2f5d42f27c
commit 1018c8726e
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
5 changed files with 12 additions and 7 deletions

View file

@ -20,6 +20,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "20"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6