While restoring a cache, we were using localhost.blob.core.windows.net to be able to concurrently download files. Though, with it's latest version, actions/cache repo adds a special check to hosts including `localhost` https://github.com/actions/cache/pull/1474/files and it broke our logic. To fix it and not face with a similar issue again updating address name.