Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ApplicationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
${{ inputs.pacboy }}

- name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
if: matrix.system != 'msys2'
with:
python-version: ${{ matrix.python }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CheckCodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
submodules: true

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
submodules: true

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
submodules: true

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CheckDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v7

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ExtractConfiguration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v7

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/InstallPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python-ruamel-yaml:p python-ruamel.yaml.clib:p

- name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
if: matrix.system != 'msys2'
with:
python-version: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
submodules: true

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishOnPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: dist

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SphinxDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: sudo apt-get install -y --no-install-recommends graphviz

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run: sudo apt-get install -y --no-install-recommends graphviz

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/StaticTypeCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v7

- name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UnitTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
${{ inputs.pacboy }}

- name: 🐍 Setup Python ${{ matrix.python }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
if: matrix.system != 'msys2'
with:
python-version: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VerifyDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v7

- name: 🐍 Setup Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion doc/JobTemplate/Setup/Parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ python_jobs
steps:
- name: 🐍 Setup Python ${{ matrix.python }}
if: matrix.system != 'msys2'
uses: actions/setup-python@v4
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python }}
:Debugging: The job prints debugging information like system |times| Python version |times| environment
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docutils_stubs ~= 0.0.22
sphinx_rtd_theme ~= 3.1

# Sphinx Extenstions
sphinxcontrib-mermaid ~= 2.0
sphinxcontrib-mermaid ~= 2.1
autoapi >= 2.0.1
sphinx_design ~= 0.7.0
sphinx-copybutton >= 0.5.2
Expand Down
2 changes: 1 addition & 1 deletion myFramework/Extension/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__email__ = "Paebbels@gmail.com"
__copyright__ = "2017-2026, Patrick Lehmann"
__license__ = "Apache License, Version 2.0"
__version__ = "7.12.0"
__version__ = "7.13.0"
__keywords__ = ["GitHub Actions"]
__project_url__ = "https://github.com/pyTooling/Actions"
__documentation_url__ = "https://pyTooling.github.io/Actions"
Expand Down
2 changes: 1 addition & 1 deletion myPackage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__email__ = "Paebbels@gmail.com"
__copyright__ = "2017-2026, Patrick Lehmann"
__license__ = "Apache License, Version 2.0"
__version__ = "7.12.0"
__version__ = "7.13.0"
__keywords__ = ["GitHub Actions"]
__project_url__ = "https://github.com/pyTooling/Actions"
__documentation_url__ = "https://pyTooling.github.io/Actions"
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Param(

$ProjectName = "Actions"
$PackageName = "myPackage"
$PackageVersion = "7.12.0"
$PackageVersion = "7.13.0"
$PythonVersion = "3.14"
$LaTeXDocument = "${ProjectName}.tex"

Expand Down
Loading