Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down