I'm not sure if this is relevant, but I noticed that the log shows the meta-command
::set-output name=cache-hit,::true
being emitted, whereas based on Github actions documentation I would have expected
::set-output name=cache-hit::true
Sorry for the noise if this is in fact harmless.
I'm not sure if this is relevant, but I noticed that the log shows the meta-command
being emitted, whereas based on Github actions documentation I would have expected
Sorry for the noise if this is in fact harmless.