Skip to content

Commit d24a4e2

Browse files
authored
Merge pull request #878 from fsprojects/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0ffc760 + dac3e80 commit d24a4e2

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

0 commit comments

Comments
 (0)