From 4eb9ae7db6413990c2cf95d8119964311d48a412 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 21 Jun 2023 17:20:06 +0300 Subject: [PATCH] Fixes #1123 - Cached LFS checkout --- .github/workflows/ui_tests.yml | 4 +--- .github/workflows/unit_tests.yml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index bc439eacf..78dd6ccbb 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -22,9 +22,7 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v3 - with: - lfs: true + - uses: nschloe/action-cached-lfs-checkout@v1.2.1 - uses: actions/cache@v3 with: diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0410fcf6b..08ca1cffa 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -20,10 +20,9 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: nschloe/action-cached-lfs-checkout@v1.2.1 with: ref: ${{ github.event.pull_request.head.sha }} - lfs: true - uses: actions/cache@v3 with: