We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c7410f + 6a5dafa commit afe6e9cCopy full SHA for afe6e9c
.github/workflows/pull-requests.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v5
23
- name: Setup .NET Core
24
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
25
- name: Run CI
26
run: dotnet fsi build.fsx
27
.github/workflows/push-main.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
- name: Deploy docs
0 commit comments