Commit bf543ab
Update .NET version & drop setup steps to fix CI
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 <[email protected]>1 parent ecb10e9 commit bf543ab
2 files changed
+1
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 48 | | |
57 | 49 | | |
58 | 50 | | |
| |||
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 99 | | |
113 | 100 | | |
114 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments