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 1313 os : [macos-11, macos-12]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Archive for iOS
1818 run : |
1919 xcodebuild \
Original file line number Diff line number Diff line change 1818 working-directory : Samples/Swift/DaysUntilBirthday
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 - name : Build test target for Google Sign-in button for Swift
2323 run : |
2424 xcodebuild \
Original file line number Diff line number Diff line change 2727 - podspec : GoogleSignInSwiftSupport.podspec
2828 includePodspecFlag : " --include-podspecs='GoogleSignIn.podspec'"
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - name : Update Bundler
3232 run : bundle update --bundler
3333 - name : Install Ruby gems with Bundler
5050 - sdk : ' iphonesimulator'
5151 destination : ' "platform=iOS Simulator,name=iPhone 11"'
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454 - name : Build unit test target
5555 run : |
5656 xcodebuild \
You can’t perform that action at this time.
0 commit comments