mise-action/.github/workflows
jdx b8f8b694da
fix: use workspace-local mise dir on Windows for cache compatibility
@actions/cache uses @actions/glob internally to resolve cache paths,
which fails when the path is on a different drive than GITHUB_WORKSPACE.
On Windows CI runners, GITHUB_WORKSPACE is typically on D: while
LOCALAPPDATA (the previous default) is on C:, causing saveCache to
throw "Path Validation Error" on cold caches.

Default to GITHUB_WORKSPACE/.mise on Windows so the cache path is
always on the same drive as the workspace.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 17:02:26 +00:00
..
autofix.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
check-dist.yml chore(deps): update actions/upload-artifact digest to 043fb46 (#434) 2026-04-10 20:53:39 +00:00
ci.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
codeql-analysis.yml chore(deps): update github/codeql-action digest to 5c8a8a6 (#416) 2026-04-03 08:56:48 +00:00
pr-closer.yml ci: add workflow to auto-close stale PRs (#409) 2026-03-22 11:02:34 -05:00
release-plz.yml chore(deps): update jdx/mise-action action to v4 (#431) 2026-04-10 17:46:00 +00:00
release.yml chore(deps): update jdx/mise-action action to v4 (#431) 2026-04-10 17:46:00 +00:00
semantic-pr-lint.yml chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6 (#249) 2025-08-22 05:07:42 -05:00
test-redacted-env.yml chore(deps): update actions/checkout digest to de0fac2 (#374) 2026-02-06 07:26:12 -06:00
test.yml fix: use workspace-local mise dir on Windows for cache compatibility 2026-04-11 17:02:26 +00:00