Skip to content

Commit

Permalink
Merge pull request #15 from USED255/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
USED255 authored Dec 5, 2023
2 parents 2a4139d + a620147 commit fc75569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "temurin"
Expand Down

0 comments on commit fc75569

Please sign in to comment.