diff --git a/.github/workflows/python-cd.yml b/.github/workflows/python-cd.yml index e5287aa..9f19adc 100644 --- a/.github/workflows/python-cd.yml +++ b/.github/workflows/python-cd.yml @@ -66,7 +66,7 @@ jobs: echo "♟️ Coach name: $COACH" - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: ${{ env.PYTHON_VERSION_FILE }} cache: 'pip' diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index db3a57d..eb7f101 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -22,7 +22,7 @@ jobs: uses: wagoid/commitlint-github-action@v6.2.1 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: '.python-version' cache: 'pip' @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version-file: '.python-version' cache: 'pip'