From: Oleg Broytman Date: Fri, 28 Nov 2025 20:48:51 +0000 (+0300) Subject: CI(GHActions): Upgrade `checkout` and `setup-python` actions X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a9c335c4e4e859933db4d7231653b5bfe804db41;p=sqlconvert.git CI(GHActions): Upgrade `checkout` and `setup-python` actions --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 541e95b..0064c5c 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -39,8 +39,8 @@ jobs: if: ${{ runner.os == 'Windows' }} # Setup Python/pip - - uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v3 + - uses: actions/checkout@v5 + - uses: conda-incubator/setup-miniconda@v3.2.0 with: channels: conda-forge, conda-forge/label/python_rc miniforge-version: latest