Skip to content

Commit af20ab6

Browse files
authored
Merge pull request #238 from Crazy-Marvin/dependabot/github_actions/android-actions/setup-android-4
Bump android-actions/setup-android from 3 to 4
2 parents 33e657b + ba3bd10 commit af20ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java-version: 1.8
1515
java-package: jdk
1616
- name: "🧰 Install Android SDK"
17-
uses: android-actions/setup-android@v3
17+
uses: android-actions/setup-android@v4
1818
- name: "📁 Copy local CI properties"
1919
run: cp ci/local.properties ./
2020
- name: "🏗 Build"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java-version: 1.8
1616
java-package: jdk
1717
- name: "🧰 Install Android SDK"
18-
uses: android-actions/setup-android@v3
18+
uses: android-actions/setup-android@v4
1919
- name: "🕶 Decrypt secret files"
2020
run: |
2121
cd secret

0 commit comments

Comments
 (0)