Skip to content

Commit a1ac71b

Browse files
authored
Merge pull request #86 from nikeee/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dd2bbbf + 50a8908 commit a1ac71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:

0 commit comments

Comments
 (0)