Skip to content

Commit

Permalink
Merge pull request #172 from yuzawa-san/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
yuzawa-san authored Dec 11, 2023
2 parents a39cfbc + 17c7518 commit 56ccfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- name: Use JDK 19
uses: actions/setup-java@v3.6.0
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 19
Expand Down

0 comments on commit 56ccfbc

Please sign in to comment.