update github actions from node 20 to 24, fix dulwich and idna

This commit is contained in:
Kenneth Kehl
2026-06-02 08:32:35 -07:00
parent a7c2736bdc
commit 3d7c80827c
13 changed files with 86 additions and 76 deletions

View File

@@ -10,7 +10,7 @@ runs:
&& sudo apt-get install -y --no-install-recommends \
libcurl4-openssl-dev
- name: Set up Python 3.13.2
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: "3.13.2"
- name: Install poetry