From aa98d34e96c893f4ba8bed7d9b44a14c4e23bccf Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 15 Aug 2025 10:43:35 -0600 Subject: [PATCH] Update git-restore-mtime args for caching --- .github.example/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github.example/workflows/build.yml b/.github.example/workflows/build.yml index 8593298..e3e990a 100644 --- a/.github.example/workflows/build.yml +++ b/.github.example/workflows/build.yml @@ -31,7 +31,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