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

index bba61c1263235941d12d60db01293604f76eaa52..ec0a306c66c9cb56a44c4c922557e2ca55659c09 100644 (file)
@@ -46,16 +46,16 @@ jobs:
           miniforge-version: latest
           python-version: ${{ matrix.python-version }}
         if: ${{ !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: ${{ contains(fromJSON(env.not_in_conda), matrix.python-version) }}
-      - 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:
           path: ${{ matrix.pip-cache-path }}
           key: ${{ runner.os }}-pip