Skip to content

Commit befb20a

Browse files
authored
Merge pull request #77 from CapstoneProjectCMC/dependabot/github_actions/main/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 53ac677 + 8dd3b7a commit befb20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # Sonar cần có full history để tính "blame"
2121

2222
- name: Set up JDK 21
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
distribution: 'temurin'
2626
java-version: '21'

0 commit comments

Comments
 (0)