From 3ac359a2a3f276c856b356320607dfe64b1d186a Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 25 Mar 2024 11:23:58 +0200 Subject: [PATCH] Remove unnecessary ref from lfs checkout, switch to only using the major version --- .github/workflows/unit_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 57e87b49f..92d5b191a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -19,9 +19,7 @@ jobs: cancel-in-progress: true steps: - - uses: nschloe/action-cached-lfs-checkout@v1.2.1 - with: - ref: ${{ github.event.pull_request.head.sha }} + - uses: nschloe/action-cached-lfs-checkout@v1 - uses: irgaly/xcode-cache@v1 with: