From 3e6f0e5cfee50630e836c8de2c15286df087bcd5 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 8 Jan 2025 10:49:59 -0300 Subject: [PATCH] chore: Really use latest patch version of Python in CI/CD configuration --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d8d2ef8..dd3c3b86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,7 @@ jobs: uses: actions/setup-python@v5.3.0 with: python-version: "${{ matrix.python_version }}" + check-latest: true - name: Create Python Virtual Environment run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv" @@ -81,6 +82,7 @@ jobs: uses: actions/setup-python@v5.3.0 with: python-version: "${{ matrix.python_version }}" + check-latest: true - name: Restoring/Saving Cache uses: actions/cache@v4.1.2