Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2024-04-23 23:27:42 +02:00
parent 0e567aebc4
commit 0802f6d02f
5 changed files with 13 additions and 13 deletions

View File

@@ -47,10 +47,10 @@ jobs:
- name: ⏬ Checkout repository
uses: actions/checkout@v4
- name: 🐍 Setup Python 3.11
- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: ${{ inputs.python_version }}
- name: 🔧 Install wheel,tomli and pip dependencies (native)
run: |