Skip to content

Commit

Permalink
Update actions/setup-java action to v4 (#25)
Browse files Browse the repository at this point in the history
* Update actions/setup-java action to v4

* Add distribution

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
  • Loading branch information
renovate[bot] and JakeWharton authored Dec 5, 2023
1 parent ea68332 commit d79e2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11

- uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit d79e2b8

Please sign in to comment.