Currently, every time the action runs, it spends about 1,5 minutes (!) to install its own dependencies before running. This is a tremendous amount of wasted time and compute.
If it was converted to a pre-built Docker container action instead, all this work would only have to happen once, when the action is published, and licensed could start immediately, reducing the time required to a handful of seconds instead.
Currently, every time the action runs, it spends about 1,5 minutes (!) to install its own dependencies before running. This is a tremendous amount of wasted time and compute.
If it was converted to a pre-built Docker container action instead, all this work would only have to happen once, when the action is published, and licensed could start immediately, reducing the time required to a handful of seconds instead.