Skip to content

Commit d6e4caa

Browse files
authored
Merge pull request #216 from gresrun/dependabot/github_actions/actions/setup-java-3.4.1
Bump actions/setup-java from 2 to 3.4.1
2 parents c1c1dd8 + 5741e31 commit d6e4caa

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@v3
2020

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

0 commit comments

Comments
 (0)