]> git.phdru.name Git - ppu.git/commitdiff
CI(GHActions): Upgrade `checkout` and `setup-python` actions
authorOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 20:43:15 +0000 (23:43 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 20:43:15 +0000 (23:43 +0300)
.github/workflows/run-tests.yaml

index 90471b0c1d5f4c29a435e8062f529ef8045caed6..b914148c4b3b36d4307c04f2d251463bcba69b80 100644 (file)
@@ -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