Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents 4de9efc + 4405843 commit ff61fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
pip install .[test]
pip install .[${{ matrix.backend }}]
- name: 🧰 Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
pip install .[test]
pip install .[${{ matrix.backend }}]
- name: 🧰 Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit ff61fb4

Please sign in to comment.