Explorar o código

pipeline: upgrade checkout action in attempt to fix git-lfs checkout

Fabian Peter Hammerle %!s(int64=3) %!d(string=hai) anos
pai
achega
02a8e5ad3f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/python.yml

+ 2 - 2
.github/workflows/python.yml

@@ -42,9 +42,9 @@ jobs:
         - 3.9
       fail-fast: false
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2.3.4
       with:
-        lfs: '' # tests/resources/
+        lfs: true # tests/resources/
     - uses: actions/setup-python@v1
       with:
         python-version: ${{ matrix.python-version }}