Skip to content

Commit ba42c15

Browse files
dependabot[bot]Lionel Besson
authored andcommitted
Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ceaae66 commit ba42c15

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)