File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 runs-on : macOS-13
3535 steps :
3636 - name : git checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : unit tests
4040 run : |
5050 runs-on : macOS-13
5151 steps :
5252 - name : git checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : ui tests
5656 run : |
Original file line number Diff line number Diff line change 2020 runs-on : macOS-13
2121 steps :
2222 - name : git checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : pod lint
2626 run : pod lib lint --verbose
Original file line number Diff line number Diff line change 2020 runs-on : macOS-13
2121 steps :
2222 - name : git checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : xcode version
2626 run : xcodebuild -version -sdk
You can’t perform that action at this time.
0 commit comments