]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Upgrade `setup-python` and `cache` actions
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 17:00:48 +0000 (20:00 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 17:00:48 +0000 (20:00 +0300)
.github/workflows/run-tests.yaml

index 1745357de129a5c1914a6ef0b3cefc148991de98..5f5206b82f757c1ff65f92a1789b876c9796fea1 100644 (file)
@@ -28,17 +28,17 @@ jobs:
           miniforge-version: latest
           python-version: ${{ matrix.python-version }}
         if: ${{ runner.os == 'Linux' && !contains(fromJSON(env.not_in_conda), matrix.python-version) }}
-      - uses: actions/setup-python@v4
+      - uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python-version }}
         if: ${{ runner.os != 'Linux' || contains(fromJSON(env.not_in_conda), matrix.python-version) }}
       - name: Cache conda
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/conda_pkgs_dir
           key: ${{ runner.os }}-conda
       - name: Cache pip
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           # This path is specific to Linux/Unix
           path: ~/.cache/pip