Open BeneHa opened 2 months ago
@BeneHa, hi. Could you please tell how you solved this?
@BeneHa, hi. Could you please tell how you solved this?
We did not really solve it, we just delete the cache whenever this happens...
@BeneHa, hi. Could you please tell how you solved this?
We did not really solve it, we just delete the cache whenever this happens...
I work in Gitea and use GitHub as a mirror. Unfortunately, Gitea does not have a button or even an API to clear the cache as GitHub does. So sad. :(
Hi, we are using the mise action with mise.toml files that mostly contains only tools with their prefixes, like
Now it can happen that a new patch version of one tool is released but no changes to the .mise.toml file are necessary. The action installs the version of the cache based on the file hash but when I want to use the tool I get the error that the latest version, specified implicitly by the prefix notation, is not found
Here, 0.67.3 is in the cache, but 0.67.4 was released. I tried upgrading using
But that also does not upgrade to the latest version for some reason.
In my understanding it would be necessary to create the hash based on the tool versions actually used, not the file specifying them.
Any input on this is appreciated :) BeneHa