Skip to content

Commit

Permalink
Merge pull request #1706 from c2corg/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
brunobesson authored Feb 19, 2024
2 parents 8de668f + 5150240 commit 0a24c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Create config from templates
run: make -f config/github-actions template
- name: Install java 8 for (old) elasticsearch
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 8
Expand Down

0 comments on commit 0a24c3e

Please sign in to comment.