Skip to content

Commit ff09c34

Browse files
authored
Try fixing pipeline after Gradle build changes
1 parent 1911b8b commit ff09c34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2.4.0
15+
uses: actions/checkout@v3
1616

1717
- name: Set up JDK
18-
uses: actions/setup-java@v2.5.0
18+
uses: actions/setup-java@v3
1919
with:
20-
distribution: "temurin"
21-
java-version: 17
20+
distribution: 'temurin'
21+
java-version: '17'
2222

2323
- name: Cache packages
2424
id: cache-packages
25-
uses: actions/cache@v2.1.7
25+
uses: actions/cache@v3
2626
with:
2727
path: |
2828
~/.gradle/caches
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: AVD cache
3939
if: github.event_name != 'pull_request'
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
id: avd-cache
4242
with:
4343
path: |

0 commit comments

Comments
 (0)