From ece7b93a4ce6246106fd6d0b9994b9c5e1f2a409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 22:26:23 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/make-coverage-html.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-coverage-html.yml b/.github/workflows/make-coverage-html.yml index f2935cb..8cc63fa 100644 --- a/.github/workflows/make-coverage-html.yml +++ b/.github/workflows/make-coverage-html.yml @@ -17,7 +17,7 @@ jobs: name: "Run make coverage/html and verify coverage HTML" runs-on: windows-2025 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v5 with: