Skip to content

Commit 7e2e65e

Browse files
Bump actions/checkout from 3 to 5 (#1299)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 367da4c commit 7e2e65e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/gptdriverautomation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
# --- Step 2: Checkout the Branch SDK repository ---
3131
- name: Checkout BranchMetrics/android-branch-deep-linking-attribution (SDK)
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
repository: BranchMetrics/android-branch-deep-linking-attribution
3535
ref: ${{ github.ref }} # Use the same branch that triggered the workflow
@@ -48,7 +48,7 @@ jobs:
4848

4949
# --- Step 4: Checkout the BranchLinkSimulatorAndroid repository ---
5050
- name: Checkout BranchMetrics/BranchLinkSimulatorAndroid (App)
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
repository: BranchMetrics/BranchLinkSimulatorAndroid
5454
ref: gptdriver/linkingTests # Checkout the specific app branch

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717
# repo's gradle is configured to run on java 17
1818
- name: Setup java 17 for gradle
1919
uses: actions/setup-java@v3
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: macos-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v5
4040
# create an emulator with google apis, runs on java 8
4141
- name: Create Android emulator
4242
run: |
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: macos-latest
7777
steps:
7878
- name: Checkout
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v5
8080
# create an emulator with google apis, runs on java 8
8181
- name: Create Android emulator
8282
run: |
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: macos-latest
113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@v3
115+
uses: actions/checkout@v5
116116
# repo's gradle is configured to run on java 17
117117
- name: Setup java 17 for gradle
118118
uses: actions/setup-java@v3
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: macos-latest
135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v3
137+
uses: actions/checkout@v5
138138
# create an emulator with google apis, runs on java 8
139139
- name: Create Android emulator
140140
run: |

0 commit comments

Comments
 (0)