astral-sh/setup-uv@v5 fails
Author: jmayes-rxCreated May 20, 2025Updated Aug 22, 2026
Labelskind/bug
Bug report info
$ act --bug-report
act version: 0.2.77
GOOS: linux
GOARCH: amd64
NumCPU: 8
Docker host: DOCKER_HOST environment variable is not set
Sockets found:
/var/run/docker.sock
Config files:
/home/jmayes/.config/act/actrc:
-P ubuntu-latest=node:16-buster-slim
-P ubuntu-22.04=node:16-bullseye-slim
-P ubuntu-20.04=node:16-buster-slim
-P ubuntu-18.04=node:16-buster-slim
Build info:
Go version: go1.24.2
Module path: command-line-arguments
Main version:
Main path:
Main checksum:
Build settings:
-buildmode: exe
-compiler: gc
-ldflags: -X main.version=0.2.77
CGO_ENABLED: 0
GOARCH: amd64
GOOS: linux
GOAMD64: v1
Docker Engine:
Engine version: 25.0.8
Engine runtime: runc
Cgroup version: 1
Cgroup driver: cgroupfs
Storage driver: overlay2
Registry URI: https://index.docker.io/v1/
OS: Amazon Linux 2
OS type: linux
OS version: 2
OS arch: x86_64
OS kernel: 5.10.235-227.919.amzn2.x86_64
OS CPU: 8
OS memory: 31555 MB
Security options:
name=seccomp,profile=builtin
Command used with act
act --rm -j lint-and-test
Describe issue
the uv setup step fails with the following error
[CI/lint-and-test]` docker exec cmd=[/usr/local/bin/node /var/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js] user= workdir=
| /run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:110493
| webidl.is.ReadableStream = webidl.util.MakeTypeAssertion(ReadableStream)
| ^
|
| ReferenceError: ReadableStream is not defined
| at Object.45893 (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:110493:58)
| at __nccwpck_require__ (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:131663:43)
| at Object.73168 (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:108244:20)
| at __nccwpck_require__ (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:131663:43)
| at Object.60660 (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:103500:5)
| at __nccwpck_require__ (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:131663:43)
| at Object.99051 (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:107591:90)
| at __nccwpck_require__ (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:131663:43)
| at Object.54398 (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:104228:5)
| at __nccwpck_require__ (/run/act/actions/astral-sh-setup-uv@v5/dist/setup/index.js:131663:43)
Link to GitHub repository
No response
Workflow content
name: CI
on:
push:
branches: ["main"]
pull_request:
workflow_call:
permissions:
contents: read
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: install uv
uses: astral-sh/setup-uv@v5
Relevant log output
DEBU[0000] Handling container host and socket
DEBU[0000] Defaulting container socket to DOCKER_HOST
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock'
DEBU[0000] Loading environment from /home/jmayes/dev/dagster-core-assets/main/.env
DEBU[0000] Loading action inputs from /home/jmayes/dev/dagster-core-assets/main/.input
DEBU[0000] Loading secrets from /home/jmayes/dev/dagster-core-assets/main/.secrets
DEBU[0000] Loading vars from /home/jmayes/dev/dagster-core-assets/main/.vars
DEBU[0000] Evaluated matrix inclusions: map[]
DEBU[0000] Loading workflows from '/home/jmayes/dev/dagster-core-assets/main/.github/workflows'
DEBU[0000] Loading workflows recursively
DEBU[0000] Found workflow '.ci.yaml.swp' in '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/.ci.yaml.swp'
DEBU[0000] Found workflow 'ci.yaml' in '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/ci.yaml'
DEBU[0000] Found workflow 'deploy-dagster.yaml' in '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/deploy-dagster.yaml'
DEBU[0000] Found workflow 'release.yaml' in '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/release.yaml'
DEBU[0000] Reading workflow '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/ci.yaml'
DEBU[0000] Conditional GET for notices etag=bf09211c-c442-4f12-a65a-e42fef7be1be
DEBU[0000] Reading workflow '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/deploy-dagster.yaml'
DEBU[0000] Reading workflow '/home/jmayes/dev/dagster-core-assets/main/.github/workflows/release.yaml'
DEBU[0000] Preparing plan with a job: lint-and-test
DEBU[0000] Using default workflow event: push
DEBU[0000] Planning job: lint-and-test
DEBU[0000] gc: 2025-05-20 09:04:13.078505946 -0500 CDT m=+0.007817853 module=artifactcache
DEBU[0000] Plan Stages: [0xc00000ff38]
DEBU[0000] Stages Runs: [lint-and-test]
DEBU[0000] Job.Name: lint-and-test
DEBU[0000] Job.RawNeeds: {0 0 <nil> [] 0 0}
DEBU[0000] Job.RawRunsOn: {8 0 !!str ubuntu-latest <nil> [] 18 14}
DEBU[0000] Job.Env: {0 0 <nil> [] 0 0}
DEBU[0000] Job.If: {0 0 success() <nil> [] 0 0}
DEBU[0000] Job.Steps: install uv
DEBU[0000] Job.TimeoutMinutes:
DEBU[0000] Job.Services: map[]
DEBU[0000] Job.Strategy: <nil>
DEBU[0000] Job.RawContainer: {0 0 <nil> [] 0 0}
DEBU[0000] Job.Defaults.Run.Shell:
DEBU[0000] Job.Defaults.Run.WorkingDirectory:
DEBU[0000] Job.Outputs: map[]
DEBU[0000] Job.Uses:
DEBU[0000] Job.With: map[]
DEBU[0000] Job.Result:
DEBU[0000] Empty Strategy, matrixes=[map[]]
DEBU[0000] Job Matrices: [map[]]
DEBU[0000] Runner Matrices: map[]
DEBU[0000] Final matrix after applying user inclusions '[map[]]'
DEBU[0000] Loading revision from git directory
DEBU[0000] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
DEBU[0000] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
DEBU[0000] using github ref: refs/heads/main
DEBU[0000] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
DEBU[0000] Detected CPUs: 8
[CI/lint-and-test] [DEBUG] evaluating expression 'success()'
[CI/lint-and-test] [DEBUG] expression 'success()' evaluated to 'true'
[CI/lint-and-test] ⭐ Run Set up job
[CI/lint-and-test] Start image=node:16-buster-slim
DEBU[0000] Parallel tasks (0) below minimum, setting to 1
[CI/lint-and-test] docker pull image=node:16-buster-slim platform= username= forcePull=true
[CI/lint-and-test] [DEBUG] docker pull node:16-buster-slim
[CI/lint-and-test] [DEBUG] pulling image 'docker.io/library/node:16-buster-slim' ()
[CI/lint-and-test] [DEBUG] Pulling from library/node :: 16-buster-slim
[CI/lint-and-test] [DEBUG] Digest: sha256:3ebf2875c188d22939c6ab080cfb1a4a6248cc86bae600ea8e2326aa03acdb8f ::
[CI/lint-and-test] [DEBUG] Status: Image is up to date for node:16-buster-slim ::
DEBU[0000] Parallel tasks (0) below minimum, setting to 1
[CI/lint-and-test] docker create image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[CI/lint-and-test] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:node:16-buster-slim Volumes:map[] WorkingDir
:/home/jmayes/dev/dagster-core-assets/main Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[CI/lint-and-test] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[]
GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDevic
eWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/
opt/hostedtoolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-CI-lint-and-test-73bfd6ea0a0fdd5fd96dcbc6a0d27546e933791eda902dfb259cbbe46e557146-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}
{Type:volume Source:act-CI-lint-and-test-73bfd6ea0a0fdd5fd96dcbc6a0d27546e933791eda902dfb259cbbe46e557146 Target:/home/jmayes/dev/dagster-core-assets/main ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> ImageOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[CI/lint-and-test] [DEBUG] input.NetworkAliases ==> [lint-and-test]
[CI/lint-and-test] [DEBUG] Created container name=act-CI-lint-and-test-73bfd6ea0a0fdd5fd96dcbc6a0d27546e933791eda902dfb259cbbe46e557146 id=0dd0aaf9398f3954aad7604eff4e44fbda7e9112ab1ac713a4ec12c5d017d4d8 from image node:16-buster-slim (platform: )
[CI/lint-and-test] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[CI/lint-and-test] docker run image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[CI/lint-and-test] [DEBUG] Starting container: 0dd0aaf9398f3954aad7604eff4e44fbda7e9112ab1ac713a4ec12c5d017d4d8
[CI/lint-and-test] [DEBUG] Started container: 0dd0aaf9398f3954aad7604eff4e44fbda7e9112ab1ac713a4ec12c5d017d4d8
DEBU[0000] invalid character 'I' looking for beginning of value
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/event.json len:2
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[CI/lint-and-test] [DEBUG] Extracting content to '/var/run/act/'
DEBU[0000] Parallel tasks (0) below minimum, setting to 1
[CI/lint-and-test] docker exec cmd=[node --no-warnings -e console.log(process.execPath)] user= workdir=
[CI/lint-and-test] [DEBUG] Exec command '[node --no-warnings -e console.log(process.execPath)]'
[CI/lint-and-test] [DEBUG] Working directory '/home/jmayes/dev/dagster-core-assets/main'
[CI/lint-and-test] ✅ Success - Set up job
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] expression '${{ secrets.CLOUDSMITH_API_KEY }}' rewritten to 'format('{0}', secrets.CLOUDSMITH_API_KEY)'
[CI/lint-and-test] [DEBUG] evaluating expression 'format('{0}', secrets.CLOUDSMITH_API_KEY)'
[CI/lint-and-test] [DEBUG] expression 'format('{0}', secrets.CLOUDSMITH_API_KEY)' evaluated to '%!t(string=)'
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] ☁ git clone 'https://github.com/astral-sh/setup-uv' # ref=v5
[CI/lint-and-test] [DEBUG] cloning https://github.com/astral-sh/setup-uv to /home/jmayes/.cache/act/astral-sh-setup-uv@v5
[CI/lint-and-test] [DEBUG] Unable to pull refs/heads/v5: worktree contains unstaged changes
[CI/lint-and-test] [DEBUG] Cloned https://github.com/astral-sh/setup-uv to /home/jmayes/.cache/act/astral-sh-setup-uv@v5
[CI/lint-and-test] [DEBUG] Checked out v5
[CI/lint-and-test] [DEBUG] Read action &{astral-sh/setup-uv astral-sh Set up your GitHub Actions workflow with a specific version of uv. map[cache-dependency-glob:{Glob pattern to match files relative to the repository root to control the cache. false **/uv.lock
**/requirements*.txt
} cache-local-path:{Local path to store the cache. false } cache-suffix:{Suffix for the cache key false } checksum:{The checksum of the uv version to install false } enable-cache:{Enable uploading of the uv cache false auto} github-token:{Used to increase the rate limit when retrieving versions and downloading uv. false ${{ github.token }}} ignore-empty-workdir:{Ignore when the working directory is
empty. false false} ignore-nothing-to-cache:{Ignore when nothing is found to cache. false false} prune-cache:{Prune cache before saving. false true} pyproject-file:{Path to a pyproject.toml false } python-version:{The version of Python to set UV_PYTHON to false } tool-bin-dir:{Custom path to set UV_TOOL_BIN_DIR to. false } tool-dir:{Custom path to set UV_TOOL_DIR to. false } uv-file:{Path to a uv.
toml false } version:{The version of uv to install e.g., `0.5.0` Defaults to the version in pyproject.toml or 'latest'. false }] map[cache-hit:{A boolean value to indicate a cache entry was found } uv-path:{The path to the installed uv binary. } uv-version:{The installed uv version. Useful when using latest. } uvx-path:{The path to the installed uvx binary. }] {node20 map[] dist/setup/index.js alw
ays() dist/save-cache/index.js success() [] []} {black package}} from 'Unknown'
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://10.0.11.5:41717/ CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v5 GITHUB_ACTION_REPOSITORY:astral-sh/setup-uv GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https:
//api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:lint-and-test GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:rsamdev/dagster-core-assets GITHUB_REPOSITORY_OWNER:rsamdev GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ATTEMPT:1 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:498f93477253f9f61dd484e9d6130f3cc1a8f1a1 GITHUB_WORKFLOW
:CI GITHUB_WORKSPACE:/home/jmayes/dev/dagster-core-assets/main ImageOS:ubuntu20 RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: UV_INDEX_CLOUDSMITH_PASSWORD: UV_INDEX_CLOUDSMITH_USERNAME:token]
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] evaluating expression ''
[CI/lint-and-test] [DEBUG] expression '' evaluated to 'true'
[CI/lint-and-test] ⭐ Run Main install uv
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[CI/lint-and-test] [DEBUG] Writing entry to tarball workflow/SUMMARY.md len:0
[CI/lint-and-test] [DEBUG] Extracting content to '/var/run/act'
[CI/lint-and-test] [DEBUG] Loading revision from git directory
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] HEAD points to '498f93477253f9f61dd484e9d6130f3cc1a8f1a1'
[CI/lint-and-test] [DEBUG] using github ref: refs/heads/main
[CI/lint-and-test] [DEBUG] Found revision: 498f93477253f9f61dd484e9d6130f3cc1a8f1a1
[CI/lint-and-test] [DEBUG] About to run action &{astral-sh/setup-uv astral-sh Set up your GitHub Actions workflow with a specific version of uv. map[cache-dependency-glob:{Glob pattern to match files relative to the repository root to control the cache. false **/uv.lock
**/requirements*.txt
} cache-local-path:{Local path to store the cache. false } cache-suffix:{Suffix for the cache key false } checksum:{The checksum of the uv version to install false } enable-cache:{Enable uploading of the uv cache false auto} github-token:{Used to increase the rate limit when retrieving versions and downloading uv. false ${{ github.token }}} ignore-empty-workdir:{Ignore when the working directory is
empty. false false} ignore-nothing-to-cache:{Ignore when nothing is found to cache. false false} prune-cache:{Prune cache before saving. false true} pyproject-file:{Path to a pyproject.toml false } python-version:{The version of Python to set UV_PYTHON to false } tool-bin-dir:{Custom path to set UV_TOOL_BIN_DIR to. false } tool-dir:{Custom path to set UV_TOOL_DIR to. false } uv-file:{Path to a uv.
toml false } version:{The version of uv to install e.g., `0.5.0` Defaults to the version in pyproject.toml or 'latest'. false }] map[cache-hit:{A boolean value to indicate a cache entry was found } uv-path:{The path to the installed uv binary. } uv-version:{The installed uv version. Useful when using latest. } uvx-path:{The path to the installed uvx binary. }] {node20 map[] dist/setup/index.js alw
ays() dist/save-c
Source: nektos/act