From 32aecffcdd1e57112907d6b73e1f6b59a448ad8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:04:33 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 4.6.1 to 5.6.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI_Pylint.yml | 2 +- .github/workflows/CI_Tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_Pylint.yml b/.github/workflows/CI_Pylint.yml index 09658a1..5264633 100644 --- a/.github/workflows/CI_Pylint.yml +++ b/.github/workflows/CI_Pylint.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python 3.11 - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v5.6.0 with: python-version: 3.11 diff --git a/.github/workflows/CI_Tests.yml b/.github/workflows/CI_Tests.yml index 33a2355..f28ca32 100644 --- a/.github/workflows/CI_Tests.yml +++ b/.github/workflows/CI_Tests.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python 3.11 - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v5.6.0 with: python-version: 3.11 - name: Install dependencies