-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
A workflow with the following would install the latest major version of dotnet.
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: latest
Justification:
It would be nice to be able to just stick latest
in the dotnet-version field and not have to update the tag when a new major version comes out. This is available in the node and ruby setup actions and is quite nice.
Are you willing to submit a PR?
Unlikely.
kevinoid, vRune4, guardrex, henrikrxn, rasidr and 4 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic