From: Oleg Broytman Date: Fri, 28 Nov 2025 20:26:38 +0000 (+0300) Subject: CI(GHActions): Upgrade `checkout` and `setup-python` actions X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=212d72333733d8ab0257a9214773d13829497b50;p=m_librarian.git CI(GHActions): Upgrade `checkout` and `setup-python` actions --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 5374468..8f637c6 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -25,8 +25,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