Skip to content

Commit 9f62b90

Browse files
authored
Merge pull request #18 from arosha-w/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 8b11b94 + 3e5a077 commit 9f62b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

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

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

0 commit comments

Comments
 (0)