Open gbrindisi opened 2 months ago
Here is a temporary work around for this issue:
jobs:
my_first_job:
steps:
- name: My first step
uses: docker://ghcr.io/github/evergreen:v1.12.0
This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days.
Describe the bug
There seems to be an inconsistency in how GitHub Actions is handling the use of specific minor versions of the Evergreen action. When specifying a minor version (e.g., github/evergreen@v1.12.0), the workflow appears to still pull the latest major version (v1), ignoring the specified minor version.
From @zkoppert :
To Reproduce
From the logs:
Expected behavior
It should retrieve the specific minor version
Screenshots
No response
Additional context
More context: https://github.com/github/evergreen/discussions/213