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 0148574 + 75b0ec5 commit 4d45cddCopy full SHA for 4d45cdd
.github/workflows/docs.yml
@@ -16,9 +16,9 @@ jobs:
16
build:
17
runs-on: windows-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Checkout fsharp main
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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