Pin git-restore-mtime script to a valid commit SHA.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-14 14:44:57 +03:00
Unverified
parent 732fe3d1aa
commit 3e62e3b605
@@ -13,5 +13,5 @@ runs:
exit 0
fi
script="${RUNNER_TEMP}/git-restore-mtime"
curl -fsSL https://github.com/MestreLion/git-tools/raw/2024.11/git-restore-mtime -o "$script"
curl -fsSL https://raw.githubusercontent.com/MestreLion/git-tools/b5822d297b3ca4a3b6574e78327a464790b14937/git-restore-mtime -o "$script"
python3 "$script"