From 5e47c1e18fd5462fc668734b4e454179c667d4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:52:00 +0000 Subject: [PATCH] build(deps): bump nschloe/action-cached-lfs-checkout from 1.2.1 to 1.2.5 Bumps [nschloe/action-cached-lfs-checkout](https://github.com/nschloe/action-cached-lfs-checkout) from 1.2.1 to 1.2.5. - [Release notes](https://github.com/nschloe/action-cached-lfs-checkout/releases) - [Commits](https://github.com/nschloe/action-cached-lfs-checkout/compare/d6efedcb8fc03d006e1e77743718e26234ed2c97...385a8ecc719e50b8c71af6ab01a624b486b7c3bc) --- updated-dependencies: - dependency-name: nschloe/action-cached-lfs-checkout dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index fdea55638..83ff5d536 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -22,7 +22,7 @@ jobs: cancel-in-progress: true steps: - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@d6efedcb8fc03d006e1e77743718e26234ed2c97 # v1.2.1 + uses: nschloe/action-cached-lfs-checkout@385a8ecc719e50b8c71af6ab01a624b486b7c3bc # v1.2.5 with: # Ensure we are building the branch and not the branch after being merged on develop # https://github.com/actions/checkout/issues/881