Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.2 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.2...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 63ac709 commit d92ee60
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 @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 17
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 17
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 11 # ensure it works on 11 because we publish for 11
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -165,7 +165,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -190,7 +190,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: '17'
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 11 # publish for 11
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: '11'
Expand Down

0 comments on commit d92ee60

Please sign in to comment.