github-actions[bot]
1912cc65f2
chore: update known checksums for 0.11.5 ( #845 )
...
chore: update known checksums for 0.11.5
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-04-09 08:26:38 +02:00
github-actions[bot]
a0b52019f1
chore: update known checksums for 0.11.4 ( #843 )
...
chore: update known checksums for 0.11.4
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-04-08 07:42:52 +02:00
github-actions[bot]
1c15d185f0
chore: update known checksums for 0.11.3 ( #836 )
...
chore: update known checksums for 0.11.3
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-04-02 10:42:50 +02:00
Kevin Stillhammer
cec208311d
Shortcircuit latest version from manifest ( #828 )
...
The first version is guaranteed to be the latest
2026-03-28 17:43:22 +01:00
Kevin Stillhammer
4dd8ab4520
Simplify inputs.ts ( #827 )
...
Do not pass around inputs.
Its okay to freely work with core.getInput in this file
2026-03-28 17:38:30 +01:00
Kevin Stillhammer
f82eb19c06
Refactor inputs ( #823 )
...
Don't load at import time and make it easier to test
2026-03-28 16:23:26 +01:00
github-actions[bot]
447e6d02b1
chore: update known checksums for 0.11.2 ( #821 )
...
chore: update known checksums for 0.11.2
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-03-27 07:12:16 +01:00
github-actions[bot]
5c62c59261
chore: update known checksums for 0.11.1 ( #817 )
...
chore: update known checksums for 0.11.1
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-03-25 08:14:06 +01:00
github-actions[bot]
e1a7373adb
chore: update known checksums for 0.11.0 ( #815 )
...
chore: update known checksums for 0.11.0
Co-authored-by: eifinger <eifinger@users.noreply.github.com >
2026-03-24 07:42:01 +01:00
Kevin Stillhammer
89709315bb
Remove deprecrated custom manifest ( #813 )
2026-03-23 09:15:51 +01:00
github-actions[bot]
c20049fc26
chore: update known checksums for 0.10.11/0.10.12 ( #811 )
2026-03-20 07:48:09 +01:00
Zsolt Dollenstein
37802adc94
Fetch uv from Astral's mirror by default ( #809 )
...
This PR tries fetching the uv artifact from `releases.astral.sh` by
default, only in cases where the artifact would otherwise have come from
`https://github.com/astral-sh/uv/releases/download/ `. The checksums are
supposed to be the same for the mirror, and can still come from
`raw.githubusercontent.com/astral-sh/versions`. If the download fails,
we fall back to the original URL.
This avoids hitting GitHub's Releases API which is prone to rate
limiting. As far as I can tell, together with
https://github.com/astral-sh/setup-uv/pull/802 this PR makes a github
token entirely unnecessary for this action.
Towards https://github.com/astral-sh/uv/issues/18503 .
2026-03-16 13:38:17 +01:00
Kevin Stillhammer
fd8f376b22
Switch to ESM for source and test, use CommonJS for dist ( #806 )
2026-03-14 17:43:49 +01:00