Skip to content

Commit

Permalink
Update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent e6e7ee2 commit 2663b37
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 @@ -14,7 +14,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3.1.0
- name: Set up JDK
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.13.0
with:
distribution: adopt
java-version: 17
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3.1.0

- name: set up JDK
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.13.0
with:
distribution: adopt
java-version: 17
Expand Down

0 comments on commit 2663b37

Please sign in to comment.