Does CircleCI cache orbs?

Hi everyone,

Does the orb that is used in a job get cached? I’m trying to update an orb and can see that the dev version has been updated when running circleci orb source <NAMESPACE>/<ORB-NAME>@dev:<VERSION>. But when I reference this in the job the old version is still being run in CircleCI.

orbs:
  <ORB-NAME>: <NAMESPACE>/<ORB-NAME>@dev:<VERSION>

How can I force circle to use the new orb?

Thanks,

Geraint

Strange, I don’t think they cache these / I haven’t experienced this problem before during my orbs’ development.

I’d recommend trying dev:alpha as well to always grab the latest published development orb.