Skip to content

Commit ebedb4b

Browse files
Merge pull request finos#854 from finos/renovate/actions-setup-java-4.x
chore(deps): update actions/setup-java action to v4
2 parents 1a43a8e + 0333109 commit ebedb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

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

0 commit comments

Comments
 (0)