From 0a590a1c78f2694a8fabcbd494a2741f76203886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:15:53 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pushToPyPiOnRelease.yml | 2 +- .github/workflows/ruff.yml | 2 +- .github/workflows/testEndToEnd.yml | 2 +- .github/workflows/test_against_escu.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pushToPyPiOnRelease.yml b/.github/workflows/pushToPyPiOnRelease.yml index ce02908f..e39cd89c 100644 --- a/.github/workflows/pushToPyPiOnRelease.yml +++ b/.github/workflows/pushToPyPiOnRelease.yml @@ -15,7 +15,7 @@ jobs: #Install the given version of Python we will test against - name: Install Required Python Version - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" architecture: "x64" diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 7a3253ba..4360b3b8 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - name: Install Poetry diff --git a/.github/workflows/testEndToEnd.yml b/.github/workflows/testEndToEnd.yml index 4d6dd1b0..a2656356 100644 --- a/.github/workflows/testEndToEnd.yml +++ b/.github/workflows/testEndToEnd.yml @@ -33,7 +33,7 @@ jobs: #Install the given version of Python we will test against - name: Install Required Python Version - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python_version }} architecture: "x64" diff --git a/.github/workflows/test_against_escu.yml b/.github/workflows/test_against_escu.yml index 25cae4c8..ad98e162 100644 --- a/.github/workflows/test_against_escu.yml +++ b/.github/workflows/test_against_escu.yml @@ -38,7 +38,7 @@ jobs: #Install the given version of Python we will test against - name: Install Required Python Version - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python_version }} architecture: "x64"