Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2025-09-07 08:26:01 +02:00
parent d005debf69
commit 52712f8491
13 changed files with 18 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ jobs:
run: sudo apt-get install -y --no-install-recommends graphviz
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python_version }}
@@ -149,7 +149,7 @@ jobs:
run: sudo apt-get install -y --no-install-recommends graphviz
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python_version }}