You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated .NET9.x minor version and dropped setup-.NET steps in
GitHubActions in order to fix CI build of the `docs` job.
Somehow, on the same day as the .NETv10 release, our CI started
failing without changing anything (thanks to our
`on: schedule: cron:` trigger we detected this, as it runs
daily), but only in the docs job. After some discussion about
Fornax in PRs 770 and 779 (given that we updated this dep in
PR#767 recently), it was discovered that the default .NET
version of current GitHubActions agents works out of of the
box without needing to run any setup-dotnet action.
So then, rather than just removing the step in the docs job,
let's remove it from all of them to be consistent; and we
might revisit this decision in the future if/when the
default versions change again (which might make CI jobs
fail again).
Co-authored-by: Richard Webb <richard.webb@helpsystems.com>
0 commit comments