Skip to content

Commit df48bb9

Browse files
authored
Merge pull request #2056 from c2corg/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents d110b59 + 6ac8e0f commit df48bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Create config from templates
7272
run: make CONFIG=config/env.test load-env
7373
- name: Install java 8 for (old) elasticsearch
74-
uses: actions/setup-java@v4
74+
uses: actions/setup-java@v5
7575
with:
7676
distribution: "adopt"
7777
java-version: 8

0 commit comments

Comments
 (0)