TL;DR
Since GitHub Runners are weak, extracting takes a long time:

On self hosted Runners this only takes a second.
Expected behavior
There should be a change, where these files get downloaded since Network is faster than local CPU.
Observed behavior
No response
Action YAML
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
install_components: 'kubectl,skaffold'
Log output
Additional information
No response