Skip to content

Commit 6a0bbd4

Browse files
macmadeclaude
andcommitted
ci: Upgrade actions/checkout from v1 to v6
The v1 action runs on an end-of-life Node runtime. v6 brings the current runtime plus improved submodule and credential handling. The recursive submodule checkout input is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7477774 commit 6a0bbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- { scheme: 'Xcode Format', configuration: 'Release', project: 'XcodeFormat.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
1111
steps:
1212

13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v6
1414
with:
1515
submodules: 'recursive'
1616

0 commit comments

Comments
 (0)