Skip to content

Commit c5c707d

Browse files
committed
update GH action checkout due to node deprecation
1 parent 770079d commit c5c707d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v2
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Project
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555

5656
- name: Show Build Version
5757
run: xcodebuild -version

0 commit comments

Comments
 (0)