File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 os : [macos-15]
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v6
2222 - name : Select Xcode
2323 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
2424 - name : Archive for iOS
Original file line number Diff line number Diff line change 5656 working-directory : Samples/Swift/DaysUntilBirthday
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v3
59+ uses : actions/checkout@v6
6060 - name : Select Xcode
6161 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
6262 - name : Build test target for Google Sign-in button for Swift
8989 working-directory : Samples/Swift/AppAttestExample
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v3
92+ uses : actions/checkout@v6
9393 - name : Select Xcode
9494 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
9595 - name : Build test target for App Check Example
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3 .0.0
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2929 with :
3030 persist-credentials : false
3131
4949 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5050 # format to the repository Actions tab.
5151 - name : " Upload artifact"
52- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
52+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5353 with :
5454 name : SARIF file
5555 path : results.sarif
Original file line number Diff line number Diff line change 2424 - podspec : GoogleSignInSwiftSupport.podspec
2525 includePodspecFlag : " --include-podspecs='GoogleSignIn.podspec'"
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v6
2828 - name : Update Bundler
2929 run : bundle update --bundler
3030 - name : Install Ruby gems with Bundler
4747 - sdk : ' iphonesimulator'
4848 destination : ' "platform=iOS Simulator,name=iPhone 16,OS=18.6"'
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v6
5151 - name : Select Xcode
5252 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
5353 - name : Build unit test target
You can’t perform that action at this time.
0 commit comments