From 953405efdb6f3aa9a740f243faa360a80492dff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:41:18 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 3 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/formatter.yml | 2 +- .github/workflows/gendocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e69ed72..2cea40b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" - name: Poetry diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index a11d2aa..51f3f42 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -20,7 +20,7 @@ jobs: - name: Check out source repository uses: actions/checkout@v3 - name: Set up Python environment - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" - name: autopep8 diff --git a/.github/workflows/gendocs.yml b/.github/workflows/gendocs.yml index a26ace9..c25c695 100644 --- a/.github/workflows/gendocs.yml +++ b/.github/workflows/gendocs.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Install dependencies