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 a0b6c96 + 01a26a8 commit a0d4740Copy full SHA for a0d4740
.github/workflows/docs.yml
@@ -17,9 +17,9 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Checkout fsharp main
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
repository: dotnet/fsharp
25
path: ${{ env.FSHARP_DIR }}
.github/workflows/pr.yml
@@ -12,9 +12,9 @@ jobs:
12
13
14
15
16
0 commit comments