From 395d19471c96ba7da57bbd3290cdcc589f462640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:54:12 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 4.6.1 to 5.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python 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..74c6d20 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.4.0 with: python-version: 3.11 diff --git a/.github/workflows/CI_Tests.yml b/.github/workflows/CI_Tests.yml index 33a2355..fcd18ba 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.4.0 with: python-version: 3.11 - name: Install dependencies