Skip to content

Commit

Permalink
[CI] actions/setup-java@v4 にあげる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 12, 2024
1 parent b2803be commit 202be8e
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 202be8e

Please sign in to comment.