Skip to content

Commit e6da5db

Browse files
authored
Merge pull request #1 from takari/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents a7c72c5 + 3fb522d commit e6da5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
show-progress: false
3131

3232
- name: "Set up JDK ${{ matrix.java }}"
33-
uses: actions/setup-java@v3
33+
uses: actions/setup-java@v4
3434
with:
3535
java-version: ${{ matrix.java }}
3636
distribution: 'temurin'

0 commit comments

Comments
 (0)