Skip to content

Commit 30c0ca2

Browse files
authored
Merge pull request #368 from sir-gon/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents a85c38c + ece7b93 commit 30c0ca2

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)