Skip to content

Commit 7c7410f

Browse files
authored
Merge pull request #957 from fsprojects/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents eb1f16f + 6b68982 commit 7c7410f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v4
2525
- name: Run CI

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v4
2121
- name: Run CI

0 commit comments

Comments
 (0)