Skip to content

Commit 4d45cdd

Browse files
authored
Merge pull request #105 from fsharp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0148574 + 75b0ec5 commit 4d45cdd

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@v4
19+
- uses: actions/checkout@v5
2020
- name: Checkout fsharp main
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
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@v4
17+
- uses: actions/checkout@v5
1818
- name: Checkout fsharp main
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
repository: dotnet/fsharp
2222
path: ${{ env.FSHARP_DIR }}

0 commit comments

Comments
 (0)