Skip to content

Commit

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

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

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 Aug 26, 2024
1 parent 4da0ce6 commit a5ee26f
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -190,7 +190,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Scala
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: '17'
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: '11'
Expand Down

0 comments on commit a5ee26f

Please sign in to comment.