Peter Andrews пре 3 година
родитељ
комит
2b7e36d8c3

+ 1 - 1
.github/workflows/builds.yml

@@ -13,7 +13,7 @@ jobs:
         os: [macos-11, macos-12]
   
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Archive for iOS
       run: |
         xcodebuild \

+ 1 - 1
.github/workflows/integration_tests.yml

@@ -18,7 +18,7 @@ jobs:
         working-directory: Samples/Swift/DaysUntilBirthday
     steps:
     - name: Checkout
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Build test target for Google Sign-in button for Swift
       run: |
         xcodebuild \

+ 2 - 2
.github/workflows/tests.yml

@@ -27,7 +27,7 @@ jobs:
           - podspec: GoogleSignInSwiftSupport.podspec
             includePodspecFlag: "--include-podspecs='GoogleSignIn.podspec'"
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Update Bundler
       run: bundle update --bundler
     - name: Install Ruby gems with Bundler
@@ -50,7 +50,7 @@ jobs:
           - sdk: 'iphonesimulator'
             destination: '"platform=iOS Simulator,name=iPhone 11"'
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Build unit test target
       run: |
         xcodebuild \