Skip to content

Commit 92f125d

Browse files
mattgodboltclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 5786c0a commit 92f125d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-2022
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Add msbuild to PATH
1818
uses: microsoft/setup-msbuild@v1.1

0 commit comments

Comments
 (0)