From: Oleg Broytman Date: Fri, 28 Nov 2025 20:35:20 +0000 (+0300) Subject: CI(GHActions): Upgrade `checkout` and `setup-python` actions X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=HEAD;p=mimedecode.git CI(GHActions): Upgrade `checkout` and `setup-python` actions --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index b2cd66b..ed4f3ea 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -21,8 +21,8 @@ jobs: steps: # 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