Skip to content

Commit df14436

Browse files
authored
Merge pull request #250 from gresrun/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents cc5faf3 + 8ae0dab commit df14436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Setup JDK 11
22-
uses: actions/setup-java@v3
22+
uses: actions/setup-java@v4
2323
with:
2424
java-version: '11'
2525
distribution: 'adopt'

0 commit comments

Comments
 (0)