-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actions/checkout@v2.4.0
, unable to find version v2.4.0
#661
Comments
@tksehd2 : are you using GitHub Enterprise Server or Cloud? On server, the actions come preinstalled on the appliance and you are dependent on what version was bundled on your version. Got to the For anything hosted on Cloud (github.com) you should work with the version number: uses: actions/checkout@v2.4.0 Which you can also leave unspecified as only the major version with the example below. Now always the latest version compatible with v2 will be used, which at the moment is v2.4.0. uses: actions/checkout@v2 |
@rajbos hosted on GitHub Enterprise Server i tried
but
error displayed |
In that case, as noted before:
|
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.
If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.
how can i use v2.4.0??
in github enterprise
The text was updated successfully, but these errors were encountered: