Skip to content

Commit a0d4740

Browse files
authored
Merge pull request #1008 from fsharp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a0b6c96 + 01a26a8 commit a0d4740

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
@@ -17,9 +17,9 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Checkout fsharp main
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
repository: dotnet/fsharp
2525
path: ${{ env.FSHARP_DIR }}

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Checkout fsharp main
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
repository: dotnet/fsharp
2020
path: ${{ env.FSHARP_DIR }}

0 commit comments

Comments
 (0)