mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Update the setup-task action to prefer the CI image when Docker is available, and fall back to downloading a verified release archive when it is not. The Linux step now detects Docker; otherwise it maps runner arch (X64/ARM64), downloads the appropriate task tarball and checksums from GitHub Releases, verifies the SHA256, and extracts the task binary. Also improves curl retry/options and updates the action description/step name to reflect behavior. This ensures Task can be installed securely on runners without Docker.