Skip to content

Commit

Permalink
Update android-actions/setup-android action from v2 to v3 (major v3) (#…
Browse files Browse the repository at this point in the history
…311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 662e98a commit 03de3e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 17

- name: "Set up Android SDK."
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: "Set up Android SDK components."
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-screenshot-record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: 17

- name: "Set up Android SDK."
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: "Set up Android SDK components."
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-screenshot-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: 17

- name: "Set up Android SDK."
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: "Set up Android SDK components."
run: |
Expand Down

0 comments on commit 03de3e8

Please sign in to comment.