-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Consider updating v1 tag #45
Comments
The |
Oh, I didn't realize that was an unsupported usage in the first place. (As shown in the following image, pressing the button "Use the latest version" on the marketplace page will suggest the Anyway, if it is not supported in the first place, this issue can be closed. (Although I may need to revisit the use of this action on a project I'm maintained in, but that is due to my somewhat pedantic sticking to the CI, and is probably not a general expectation for this action.) |
When specifying the toolchain version with
toolchain
input option (e.g., when using the old nightly toolchain, when using matrix), I'm currently using thev1
tag of this action. (I don't want to use themaster
branch because I want to avoid breakage due to unreleased changes.)However, the
v1
tag does not seem to have been updated and I get "set-output
command is deprecated and will be disabled soon" warnings which have already been fixed in other releases (branches).Is it possible to update the
v1
tag like other releases (branches)? (switching from tag to branch would also may work)Or is the
v1
tag considered deprecated and it is recommended to use themaster
branch which may contain unreleased changes or another branch?The text was updated successfully, but these errors were encountered: