The download code for actions does not include using the tool cache
To Reproduce
Steps to reproduce the behavior:
Set up self-hosted runner with tool-caching (ie $RUNNER_TOOL_CACHE)
Run any action
See download of actions dependencies EVERY SINGLE TIME
Expected behavior
Download ONCE
Runner Version and Platform
2.308.0
OS of the machine running the runner? ALL
Job Log Output
If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.
Describe the bug
https://github.com/actions/runner/blob/8b9a81c952a0c2a2a13a23b952c6a083c97f2a1b/src/Runner.Worker/ActionManager.cs#L774
The download code for actions does not include using the tool cache
To Reproduce Steps to reproduce the behavior:
Expected behavior Download ONCE
Runner Version and Platform
2.308.0
OS of the machine running the runner? ALL
Job Log Output
If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.
Runner and Worker's Diagnostic Logs