We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a02c78 + 4fecaee commit d0b78c1Copy full SHA for d0b78c1
2 files changed
.github/workflows/docs.yml
@@ -17,9 +17,9 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Checkout fsharp main
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
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