Skip to content

Commit

Permalink
Update build pipeline to resolve deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Dec 27, 2022
1 parent 0eccc87 commit fd42c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
uses: gradle/wrapper-validation-action@55e685c48d84285a5b0418cd094606e199cca3b6
- name: Build the app
run: ./gradlew build
- uses: actions/upload-artifact@v3
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install HAXM
run: brew install --cask intel-haxm
- name: Tests
uses: reactivecircus/android-emulator-runner@e790971012b979513b4e2fe70d4079bc0ca8a1ae
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0
with:
api-level: 31
arch: x86_64
Expand Down

0 comments on commit fd42c5c

Please sign in to comment.