Skip to content

Commit a82f157

Browse files
authored
Merge pull request #971 from fsprojects/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 503925e + 18b3c44 commit a82f157

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@v5
22+
- uses: actions/checkout@v6
2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v5
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@v5
18+
- uses: actions/checkout@v6
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v5
2121
- name: Run CI

0 commit comments

Comments
 (0)