-
Rate limit · GitHub Access has been restricted
You have triggered a rate limit.
Please wait a few minutes before you try again;
in some cases this may take up to an hour. -
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
GitHub: Hardcode .net version #16106
Access has been restricted
You have triggered a rate limit.
Please wait a few minutes before you try again;
in some cases this may take up to an hour.
Conversation
afb3ce4
to
6c9a2a8
Compare
6c9a2a8
to
7aa85ea
Compare
@heftymouse is there a way to configure the .net version for the format action? |
How about adding this to those two workflows? - name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.303' |
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
#16116 helps with this PR |
…nteraction test workflows (#16116)
Resolved / Related Issues
To prevent extra work, all changes to the Files codebase must link to an approved issue marked as
Ready to build
. Please insert the issue number following the hashtag with the issue number that this Pull Request resolves.Steps used to test these changes
Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo. Please include a list of steps that you used to test this PR.