2020 runs-on : macos-latest
2121 steps :
2222 - name : Check out code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 - name : Run static analysis
2525 run : |
2626 xcodebuild analyze -project BranchSDK.xcodeproj
3131 # needs: [static-analysis]
3232 # steps:
3333 # - name: Check out code
34- # uses: actions/checkout@v4
34+ # uses: actions/checkout@v6
3535 # - name: Update Version
3636 # run: |
3737 # if [[ ${{ inputs.version }} == "patch" ]]; then
5656 needs : [static-analysis]
5757 steps :
5858 - name : Check out code
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 - name : Install the Apple certificate
6161 env :
6262 BUILD_CERTIFICATE_BASE64 : ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
9999 needs : [static-analysis]
100100 steps :
101101 - name : Check out code
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v6
103103 - name : Install the Apple certificate
104104 env :
105105 BUILD_CERTIFICATE_BASE64 : ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
@@ -140,7 +140,7 @@ jobs:
140140 needs : [static-analysis]
141141 steps :
142142 - name : Check out code
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v6
144144 - name : Build static xcframework
145145 run : |
146146 ./scripts/prep_static_xcframework.sh
@@ -158,7 +158,7 @@ jobs:
158158 needs : [static-analysis]
159159 steps :
160160 - name : Check out code
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v6
162162 - name : Build static xcframework
163163 run : |
164164 ./scripts/prep_static_xcframework_noidfa.sh
@@ -175,7 +175,7 @@ jobs:
175175 needs : [build-framework, build-static-framework, build-noidfa-framework, build-static-noidfa-framework]
176176 steps :
177177 - name : Check out code
178- uses : actions/checkout@v4
178+ uses : actions/checkout@v6
179179 - name : Set up Ruby 2.7
180180 uses : ruby/setup-ruby@v1
181181 with :
0 commit comments