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

@@ -199,7 +199,7 @@ jobs:
${{ inputs.pacboy }} ${{ inputs.pacboy }}
- name: 🐍 Setup Python ${{ matrix.python }} - name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
if: matrix.system != 'msys2' if: matrix.system != 'msys2'
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}

View File

@@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

@@ -81,7 +81,7 @@ jobs:
submodules: true submodules: true
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

@@ -126,7 +126,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

@@ -73,7 +73,7 @@ jobs:
python-tomli:p python-tomli:p
- name: 🐍 Setup Python ${{ matrix.python }} - name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
if: matrix.system != 'msys2' if: matrix.system != 'msys2'
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}

View File

@@ -30,12 +30,14 @@ on:
default: '24.04' default: '24.04'
type: string type: string
sqlite_coverage_artifacts_prefix: sqlite_coverage_artifacts_prefix:
description: 'Prefix for SQLite coverage artifacts' description: 'Prefix for SQLite coverage artifacts to be removed.'
required: false required: false
default: ''
type: string type: string
xml_unittest_artifacts_prefix: xml_unittest_artifacts_prefix:
description: 'Prefix for XML unittest artifacts' description: 'Prefix for XML unittest artifacts to be removed.'
required: false required: false
default: ''
type: string type: string
jobs: jobs:

View File

@@ -58,7 +58,7 @@ jobs:
submodules: true submodules: true
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

@@ -62,7 +62,7 @@ jobs:
path: dist path: dist
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

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

View File

@@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}

View File

@@ -58,7 +58,7 @@ jobs:
steps: steps:
- name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}' - name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
uses: actions/github-script@v7 uses: actions/github-script@v8
id: createReleaseTag id: createReleaseTag
# if: inputs.auto_tag == 'true' # if: inputs.auto_tag == 'true'
with: with:
@@ -71,7 +71,7 @@ jobs:
}) })
- name: Trigger Workflow - name: Trigger Workflow
uses: actions/github-script@v7 uses: actions/github-script@v8
id: runReleaseTag id: runReleaseTag
# if: inputs.auto_tag == 'true' # if: inputs.auto_tag == 'true'
with: with:

View File

@@ -313,7 +313,7 @@ jobs:
${{ inputs.pacboy }} ${{ inputs.pacboy }}
- name: 🐍 Setup Python ${{ matrix.python }} - name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v5 uses: actions/setup-python@v6
if: matrix.system != 'msys2' if: matrix.system != 'msys2'
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}

View File

@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: 🐍 Setup Python - name: 🐍 Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: ${{ inputs.python_version }} python-version: ${{ inputs.python_version }}