Skip to content

Commit

Permalink
chore: bump setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Feb 9, 2024
1 parent 0ad3684 commit 64bb700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ runs:
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: contains(inputs.repository, 'teku')
with:
distribution: 'temurin'
java-version: '17'
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: contains(inputs.repository, 'besu')
with:
distribution: 'temurin'
Expand Down

0 comments on commit 64bb700

Please sign in to comment.