Skip to content

Commit b308112

Browse files
authored
Merge pull request #349 from modcluster/dependabot/github_actions/actions/setup-java-5
build(deps): Bump actions/setup-java from 4 to 5
2 parents 6c3e497 + f884045 commit b308112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
- name: Checkout
247247
uses: actions/checkout@v5
248248
- name: Set up JDK 17
249-
uses: actions/setup-java@v4
249+
uses: actions/setup-java@v5
250250
with:
251251
distribution: temurin
252252
java-version: 17

0 commit comments

Comments
 (0)