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 14b8d2d + e3e6f30 commit aecee35Copy full SHA for aecee35
.github/workflows/docs.yml
@@ -16,9 +16,9 @@ jobs:
16
build:
17
runs-on: windows-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- name: Checkout fsharp main
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
repository: dotnet/fsharp
24
path: ${{ env.FSHARP_DIR }}
.github/workflows/pr.yml
@@ -14,9 +14,9 @@ jobs:
14
15
0 commit comments