Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent d3de750 commit 6eb43d3
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/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'zulu'
java-version: 11
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 11
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit 6eb43d3

Please sign in to comment.