Skip to content

Commit e2acf39

Browse files
Update actions/checkout action to v6
1 parent 5671b7f commit e2acf39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-coverage-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Run make coverage/html and verify coverage HTML"
1818
runs-on: windows-2025
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v5
2323
with:

0 commit comments

Comments
 (0)