Skip to content

Commit

Permalink
Update deprecated actions/commans in build-debug-apk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Oct 19, 2022
1 parent 185a228 commit c82089c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-debug-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
build_debug_apk:
name: Build debug apk
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit c82089c

Please sign in to comment.