Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 45538dd commit e7a3465Copy full SHA for e7a3465
.github/workflows/docs.yml
@@ -16,9 +16,9 @@ jobs:
16
build:
17
runs-on: windows-latest
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Checkout fsharp main
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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