# Component * [ ] github-workflows-kt (library with the DSL) * [x] bindings server (https://bindings.krzeminski.it) * [ ] I don't know # Action ```kotlin @file:DependsOn("actions:cache__restore___major:[v5,v6-alpha)") ``` # Expected Works # Actual 404 answer for `maven-metadata.xml` > 2026-07-20 03:30:16,365 <INFO > <eventLoopGroupProxy-4-6 > <[]> <{request-id=jcrn302lq5kcoz7}> <fegithub.workflows.jitbindingserver.MetadataRoutes> ➡️ Requesting metadata for actions/cache/restore with major version > 2026-07-20 03:30:16,366 <INFO > <eventLoopGroupProxy-4-6 > <[]> <{request-id=jcrn302lq5kcoz7}> < io.ktor.server.Application> 404 Not Found: GET - /actions/cache__restore___major/maven-metadata.xml in 1ms Right after the 404 the prefetching starts properly though, so it seems the information was at least retrieved from GitHub.