Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
tsuyoshizawa authored Dec 4, 2023
2 parents 7a73845 + 4ad5e7c commit 9683092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 9683092

Please sign in to comment.