From 92f125d06dc356c71ecb4ed84cfb6542bc3f106a Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Fri, 10 Jul 2026 16:15:56 -0500 Subject: [PATCH] Update deprecated actions/checkout v2 -> v4 - actions/checkout v2 -> v4 Found by an org-wide actionlint sweep; the lint tooling itself is staying in the core repos only, but these fixes stand on their own. Co-Authored-By: Claude Fable 5 --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index efcbca5..8523cc2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.1