Skip to content

Commit d0b78c1

Browse files
authored
Merge pull request #986 from fsharp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 8a02c78 + 4fecaee commit d0b78c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v3
20+
- uses: actions/checkout@v4
2121
- name: Checkout fsharp main
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
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@v3
15+
- uses: actions/checkout@v4
1616
- name: Checkout fsharp main
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
repository: dotnet/fsharp
2020
path: ${{ env.FSHARP_DIR }}

0 commit comments

Comments
 (0)