Skip to content

Commit

Permalink
Bump actions/setup-java from 3 to 4 (#155)
Browse files Browse the repository at this point in the history
Pull request: #155
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 889babc commit 8a15a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: temurin
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down

0 comments on commit 8a15a5e

Please sign in to comment.