Skip to content
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

Open
tksehd2 opened this issue Dec 24, 2021 · 3 comments
Open

actions/checkout@v2.4.0, unable to find version v2.4.0 #661

tksehd2 opened this issue Dec 24, 2021 · 3 comments

Comments

@tksehd2
Copy link

tksehd2 commented Dec 24, 2021

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

@rajbos
Copy link

rajbos commented Dec 27, 2021

@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 actions via https://HOSTNAME/actions to find out what versions are available.

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

@tksehd2
Copy link
Author

tksehd2 commented Dec 28, 2021

@rajbos
thank for your reply

hosted on GitHub Enterprise Server

i tried

uses: actions/checkout@v2.4.0

but

actions/checkout@v2.4.0, unable to find version v2.4.0

error displayed
plz help me

@rajbos
Copy link

rajbos commented Dec 28, 2021

In that case, as noted before:

On server, the actions come preinstalled on the appliance and you are dependent on what version was bundled on your version. Got to the actions via https://HOSTNAME/actions to find out what versions are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants