Skip to content

Commit

Permalink
Bump actions/setup-java from 2.5.1 to 4.2.1 (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent d8eceec commit 4bcd6cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 17
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 17
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 11 # ensure it works on 11 because we publish for 11
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: '17'
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2.5.1
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 11 # publish for 11
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: '11'
Expand Down

0 comments on commit 4bcd6cf

Please sign in to comment.