Bumped version of actions/checkout to @v6.

This commit is contained in:
Patrick Lehmann
2025-11-20 21:18:57 +01:00
parent 546bf3db8a
commit 780b6f466c
20 changed files with 29 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 📥 Download artifacts '${{ inputs.wheel }}' from 'Package' job - name: 📥 Download artifacts '${{ inputs.wheel }}' from 'Package' job
uses: pyTooling/download-artifact@v6 uses: pyTooling/download-artifact@v6

View File

@@ -41,7 +41,7 @@ jobs:
run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' template is deprecated. Please switch to 'SphinxDocumentation.yml'. See https://pytooling.github.io/Actions/JobTemplate/Documentation/SphinxDocumentation.html" run: printf "::warning title=%s::%s\n" "Deprecated" "'BuildTheDocs.yml' template is deprecated. Please switch to 'SphinxDocumentation.yml'. See https://pytooling.github.io/Actions/JobTemplate/Documentation/SphinxDocumentation.html"
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🛳️ Build documentation - name: 🛳️ Build documentation
uses: buildthedocs/btd@v0 uses: buildthedocs/btd@v0

View File

@@ -71,7 +71,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true
@@ -140,7 +140,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true
@@ -180,7 +180,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -50,7 +50,7 @@ jobs:
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}" runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6 uses: actions/setup-python@v6

View File

@@ -188,7 +188,7 @@ jobs:
code_version: ${{ steps.extract.outputs.code_version }} code_version: ${{ steps.extract.outputs.code_version }}
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# The command 'git describe' (used for version) needs the history. # The command 'git describe' (used for version) needs the history.
fetch-depth: 0 fetch-depth: 0

View File

@@ -75,7 +75,7 @@ jobs:
run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Testing/UnitTesting.html" run: printf "::warning title=%s::%s\n" "Deprecated" "'CoverageCollection.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Testing/UnitTesting.html"
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -82,7 +82,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6 uses: actions/setup-python@v6

View File

@@ -104,7 +104,7 @@ jobs:
run: printf "::warning title=%s::%s\n" "NightlyRelease" "'NightlyRelease.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Release/PublishReleaseNotes.html" run: printf "::warning title=%s::%s\n" "NightlyRelease" "'NightlyRelease.yml' template is deprecated. Please switch to 'PublishReleaseNotes.yml'. See https://pytooling.github.io/Actions/JobTemplate/Release/PublishReleaseNotes.html"
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# The command 'git describe' (used for version) needs the history. # The command 'git describe' (used for version) needs the history.
fetch-depth: 0 fetch-depth: 0

View File

@@ -53,7 +53,7 @@ jobs:
artifact: ${{ inputs.artifact }} artifact: ${{ inputs.artifact }}
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -154,7 +154,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# The command 'git describe' (used for version) needs the history. # The command 'git describe' (used for version) needs the history.
fetch-depth: 0 fetch-depth: 0

View File

@@ -131,7 +131,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# The command 'git describe' (used for version) needs the history. # The command 'git describe' (used for version) needs the history.
fetch-depth: 0 fetch-depth: 0

View File

@@ -109,7 +109,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -132,7 +132,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
# The command 'git describe' (used for version) needs the history. # The command 'git describe' (used for version) needs the history.
fetch-depth: 0 fetch-depth: 0

View File

@@ -102,7 +102,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 📥 Download Artifacts - name: 📥 Download Artifacts
uses: pyTooling/download-artifact@v6 uses: pyTooling/download-artifact@v6

View File

@@ -53,7 +53,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 📥 Download artifacts '${{ inputs.doc }}' from 'SphinxDocumentation' job - name: 📥 Download artifacts '${{ inputs.doc }}' from 'SphinxDocumentation' job
uses: pyTooling/download-artifact@v6 uses: pyTooling/download-artifact@v6

View File

@@ -86,7 +86,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true
@@ -145,7 +145,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -94,7 +94,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v6 uses: actions/setup-python@v6

View File

@@ -181,7 +181,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
lfs: true lfs: true
submodules: true submodules: true

View File

@@ -44,7 +44,7 @@ jobs:
steps: steps:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: 🐍 Setup Python - name: 🐍 Setup Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6

View File

@@ -64,7 +64,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_Default' - name: Checking job matrix from 'Params_Default'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -92,7 +92,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_PythonVersions' - name: Checking job matrix from 'Params_PythonVersions'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -114,7 +114,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_Systems' - name: Checking job matrix from 'Params_Systems'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -136,7 +136,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_Include' - name: Checking job matrix from 'Params_Include'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -158,7 +158,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_Exclude' - name: Checking job matrix from 'Params_Exclude'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -180,7 +180,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_Disable' - name: Checking job matrix from 'Params_Disable'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix
@@ -202,7 +202,7 @@ jobs:
shell: python shell: python
steps: steps:
- name: Checkout repository to access local Action - name: Checkout repository to access local Action
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Checking job matrix from 'Params_All' - name: Checking job matrix from 'Params_All'
uses: ./.github/actions/CheckJobMatrix uses: ./.github/actions/CheckJobMatrix