Skip to content

Commit 717ec73

Browse files
committed
ci: bump actions/checkout to v5 (Node 24 runtime)
Resolves the Node.js 20 deprecation warning — checkout@v5 runs natively on Node 24, so no FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 flag is needed.
1 parent 29d8733 commit 717ec73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: macos-15
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Show Xcode version
1616
run: xcodebuild -version

0 commit comments

Comments
 (0)