Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/gptdriverautomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# --- Step 2: Checkout the Branch SDK repository ---
- name: Checkout BranchMetrics/android-branch-deep-linking-attribution (SDK)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: BranchMetrics/android-branch-deep-linking-attribution
ref: ${{ github.ref }} # Use the same branch that triggered the workflow
Expand All @@ -48,7 +48,7 @@ jobs:

# --- Step 4: Checkout the BranchLinkSimulatorAndroid repository ---
- name: Checkout BranchMetrics/BranchLinkSimulatorAndroid (App)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: BranchMetrics/BranchLinkSimulatorAndroid
ref: gptdriver/linkingTests # Checkout the specific app branch
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/unit-and-instrumented-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# repo's gradle is configured to run on java 17
- name: Setup java 17 for gradle
uses: actions/setup-java@v5
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# create an emulator with google apis, runs on java 8
- name: Create Android emulator
run: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# create an emulator with google apis, runs on java 8
- name: Create Android emulator
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# repo's gradle is configured to run on java 17
- name: Setup java 17 for gradle
uses: actions/setup-java@v5
Expand All @@ -134,7 +134,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
# create an emulator with google apis, runs on java 8
- name: Create Android emulator
run: |
Expand Down