Skip to content

Commit 2b7e36d

Browse files
authored
Update to checkout v3 (#243)
1 parent fd807dd commit 2b7e36d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 \

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 \

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)