Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2022
1 parent 8141b20 commit 58a4f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2.5.0
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2.5.0
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit 58a4f78

Please sign in to comment.