Skip to content

Commit

Permalink
Merge pull request #234 from rm3l/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-java-v2

chore(deps): Bump actions/setup-java from v1 to v2
  • Loading branch information
rm3l authored Apr 12, 2021
2 parents d3f9d59 + 7985e47 commit aa70a00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
fetch-depth: 0

- name: Set up JDK 15
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15

- uses: actions/cache@v2.1.4
Expand Down Expand Up @@ -136,8 +137,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up JDK 15
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15

- uses: actions/cache@v2.1.4
Expand Down

0 comments on commit aa70a00

Please sign in to comment.