Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
XenoAmess authored Dec 31, 2023
2 parents f30328c + b67b9b6 commit 69811e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: adopt
Expand Down

0 comments on commit 69811e1

Please sign in to comment.