Skip to content

Commit 4ea92ba

Browse files
Merge pull request #57 from OpenElements/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 2cdeb59 + a2b0848 commit 4ea92ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Set up JDK 21
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: '21'
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)