From 3e0847ccba0e9803270537a9f36d79fbfa2616b0 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 15 Aug 2025 10:43:55 -0600 Subject: [PATCH] Update git-restore-mtime args for caching --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6dbd5482..09f7f9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: # Normalize file mod times - name: Restore timestamps - run: uv run https://raw.githubusercontent.com/MestreLion/git-tools/refs/tags/v2022.12/git-restore-mtime + run: uv run https://raw.githubusercontent.com/MestreLion/git-tools/refs/tags/v2022.12/git-restore-mtime --merge --commit-time # Copy the original files to the workspace - name: Prepare