Skip to content

Commit a72f18a

Browse files
authored
Merge pull request #32 from hendisantika/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents cba9d47 + 8fc2925 commit a72f18a

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
@@ -28,7 +28,7 @@ jobs:
2828
token: ${{ secrets.TC_CLOUD_TOKEN }}
2929

3030
- name: Set up JDK 21
31-
uses: actions/setup-java@v4
31+
uses: actions/setup-java@v5
3232
with:
3333
java-version: '21'
3434
distribution: 'temurin'

0 commit comments

Comments
 (0)