Skip to content

Commit 7c12494

Browse files
Update actions/checkout action to v5
1 parent 3fb4c4d commit 7c12494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
name: .NET Build
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
- name: Setup .NET

0 commit comments

Comments
 (0)