From c8cbadd477c2f2be491d578a4e9e42c0546ef72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:54:15 +0000 Subject: [PATCH] Bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yaml | 2 +- .github/workflows/build-distribution.yaml | 2 +- .github/workflows/check-development-dependencies.yaml | 2 +- .github/workflows/create-sphinx-documentation.yaml | 2 +- .github/workflows/dependency-scan.yaml | 2 +- .github/workflows/flake8.yaml | 2 +- .github/workflows/isort.yaml | 2 +- .github/workflows/mypy.yaml | 2 +- .github/workflows/publish-to-pypi.yaml | 2 +- .github/workflows/pylint.yaml | 2 +- .github/workflows/pytest-darwin.yaml | 2 +- .github/workflows/pytest-linux-tls-mutual.yaml | 2 +- .github/workflows/pytest-linux-tls-server-side.yaml | 2 +- .github/workflows/pytest-linux.yaml | 2 +- .github/workflows/pytest-windows.yaml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index bf93d03f..c0995a0a 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build-distribution.yaml b/.github/workflows/build-distribution.yaml index 84ad623b..31b781ca 100644 --- a/.github/workflows/build-distribution.yaml +++ b/.github/workflows/build-distribution.yaml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/check-development-dependencies.yaml b/.github/workflows/check-development-dependencies.yaml index 38d73333..f1ebeeb0 100644 --- a/.github/workflows/check-development-dependencies.yaml +++ b/.github/workflows/check-development-dependencies.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/create-sphinx-documentation.yaml b/.github/workflows/create-sphinx-documentation.yaml index 205a3eb4..f02e8781 100644 --- a/.github/workflows/create-sphinx-documentation.yaml +++ b/.github/workflows/create-sphinx-documentation.yaml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/dependency-scan.yaml b/.github/workflows/dependency-scan.yaml index ba3c8497..299e15e1 100644 --- a/.github/workflows/dependency-scan.yaml +++ b/.github/workflows/dependency-scan.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index 901687d7..273cfbfb 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/isort.yaml b/.github/workflows/isort.yaml index 86ae30a7..42c0ed09 100644 --- a/.github/workflows/isort.yaml +++ b/.github/workflows/isort.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index f28f892e..d18f9662 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index 8d559ace..4efc26bc 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 5157e82f..21c63f60 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-darwin.yaml b/.github/workflows/pytest-darwin.yaml index 481967fa..7721c233 100644 --- a/.github/workflows/pytest-darwin.yaml +++ b/.github/workflows/pytest-darwin.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-linux-tls-mutual.yaml b/.github/workflows/pytest-linux-tls-mutual.yaml index 31a32604..21f22add 100644 --- a/.github/workflows/pytest-linux-tls-mutual.yaml +++ b/.github/workflows/pytest-linux-tls-mutual.yaml @@ -72,7 +72,7 @@ jobs: szproduct.SzProduct.GetVersion - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-linux-tls-server-side.yaml b/.github/workflows/pytest-linux-tls-server-side.yaml index f2bfbcf8..7be4bb59 100644 --- a/.github/workflows/pytest-linux-tls-server-side.yaml +++ b/.github/workflows/pytest-linux-tls-server-side.yaml @@ -69,7 +69,7 @@ jobs: szproduct.SzProduct.GetVersion - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-linux.yaml b/.github/workflows/pytest-linux.yaml index ee8438b6..9d2bb7b6 100644 --- a/.github/workflows/pytest-linux.yaml +++ b/.github/workflows/pytest-linux.yaml @@ -54,7 +54,7 @@ jobs: senzing/serve-grpc - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-windows.yaml b/.github/workflows/pytest-windows.yaml index 41b246fd..9c332fc3 100644 --- a/.github/workflows/pytest-windows.yaml +++ b/.github/workflows/pytest-windows.yaml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }}