Skip to content

Commit

Permalink
Merge pull request #126 from shiguredo/feature/update-actions-setup-j…
Browse files Browse the repository at this point in the history
…ava4

[CI] actions/setup-java@v4 にあげる
  • Loading branch information
miosakuma authored Apr 12, 2024
2 parents b2803be + 202be8e commit ed00070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18'
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## develop

- [UPDATE] Github Actions の actions/setup-java@v4 にあげる
- @miosakuma

## 2024.1.1

- [FIX] jitpack.yml を追加して jdk のバージョンを 11 に指定する
Expand Down

0 comments on commit ed00070

Please sign in to comment.