Skip to content

Commit

Permalink
Update Github Actions workflows to V3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan3d committed Mar 20, 2023
1 parent c0609e0 commit c760854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
android-gradle-plugin: [7.0.4, 7.1.3, 7.2.1]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit c760854

Please sign in to comment.