Skip to content

Commit

Permalink
ci: update android-setup to v12
Browse files Browse the repository at this point in the history
it speeds up caching
  • Loading branch information
matejdro committed Dec 20, 2024
1 parent 4ee224d commit f1263c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 'Save Service account'
run: 'echo "${{ secrets.TEST_GCLOUD_ACCOUNT }}" | base64 -d > test-lab-key.json'

- uses: inovait/actions-common/android-setup@v11
- uses: inovait/actions-common/android-setup@v12
with:
java_version: '17'
- name: "Set gcloud project"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
lfs: true

- uses: inovait/actions-common/android-setup@v11
- uses: inovait/actions-common/android-setup@v12
with:
java-version: 17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verifyPr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- uses: inovait/actions-common/android-setup@v11
- uses: inovait/actions-common/android-setup@v12
with:
java-version: 17

Expand Down

0 comments on commit f1263c0

Please sign in to comment.