Skip to content

Commit ec2f8ad

Browse files
Merge pull request #304 from wvengen/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 4f8f3f8 + 2f81f7b commit ec2f8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'

0 commit comments

Comments
 (0)