diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c9910e38..e166e164 100644 --- a/.github/workflows/builds.yml +++ b/.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 \ diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index d5577b12..9636a105 100644 --- a/.github/workflows/integration_tests.yml +++ b/.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 \ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98bd64b7..75e47442 100644 --- a/.github/workflows/tests.yml +++ b/.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 \