Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Commit eaa3956

Browse files
authored
Merge pull request #4 from codeheadsystems/dependabot/github_actions/actions/setup-java-5
ci(deps): bump actions/setup-java from 4 to 5
2 parents 0d15f47 + 61dae59 commit eaa3956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

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

0 commit comments

Comments
 (0)