Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f54fad

Browse files
authored
Merge pull request #98 from fsharp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 45538dd + e7a3465 commit 3f54fad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
build:
1717
runs-on: windows-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Checkout fsharp main
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
repository: dotnet/fsharp
2424
path: ${{ env.FSHARP_DIR }}

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
build:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Checkout fsharp main
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
repository: dotnet/fsharp
2222
path: ${{ env.FSHARP_DIR }}

0 commit comments

Comments
 (0)