ec2-github-runner icon indicating copy to clipboard operation
ec2-github-runner copied to clipboard

Broken Actions version reference

Open delaskoff opened this issue 6 months ago • 1 comments

When you just say

      - name: Start EC2 runner
        id: start-ec2-runner
        uses: machulav/ec2-github-runner@v2

it doesn't actually use the latest version for some reason

Image

but this commit https://github.com/machulav/ec2-github-runner/commit/fcfb31a5760dad1314a64a0e172b78ec6fc8a17e instead In comparison, I see that aws-actions/configure-aws-credentials with v4 also leads to the commit in Feb 2024, so maybe there was an issue with Github when it stopped working or something changed so just saying v2 is no longer relevant

delaskoff avatar Aug 01 '25 15:08 delaskoff

cc: @Preen, can you help here? It doesn't even need a PR

delaskoff avatar Sep 22 '25 21:09 delaskoff