Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-java from 3 to 4 (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 827f359 commit e87067d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup java env
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "11"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
curl --retry 30 --retry-delay 1 --retry-connrefused http://localhost:9870
- name: Setup java env
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "11"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup java env
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "11"
Expand Down

0 comments on commit e87067d

Please sign in to comment.