exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

CI: pin GitHub Actions runners #190

Closed ErikSchierboom closed 9 months ago

ErikSchierboom commented 10 months ago

This PR updates GitHub Actions runners to a specific version. This ensures that the workflow will always run on the same runner, which makes your build stable.

The PR updates the *-latest version with the current version, as specified in https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources.

See https://exercism.org/docs/building/github/gha-best-practices#h-pin-test-runners-to-version for more information.