]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): fail fast, use `setup-python@v4`, `cache@v3`
authorOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2022 23:30:59 +0000 (02:30 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2022 23:30:59 +0000 (02:30 +0300)
.github/workflows/run-tests.yaml

index 6cf885c06bfd704a5fc5022c2313aab8cd3f7319..5854e6a26a65a65e4817a41d3fbb0dfac4e79b6a 100644 (file)
@@ -6,7 +6,6 @@ jobs:
   run-tests:
 
     strategy:
-      fail-fast: false
       matrix:
         python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-2.7"]
 
@@ -17,11 +16,11 @@ jobs:
 
       # Setup Python/pip
       - uses: actions/checkout@v2
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
       - name: Cache pip
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           # This path is specific to Linux/Unix
           path: ~/.cache/pip