Skip to content

Commit

Permalink
Bump actions/setup-java from 1.4.3 to 4.2.2 (#189)
Browse files Browse the repository at this point in the history
* Bump actions/setup-java from 1.4.3 to 4.2.2

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1.4.3 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@d202f5d...6a0805f)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add distribution in CI config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin S. Clarke <ksclarke@ksclarke.io>
  • Loading branch information
dependabot[bot] and ksclarke authored Aug 18, 2024
1 parent eb82785 commit 2e061f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- name: Install JDK ${{ matrix.java }}
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v1
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
cache: maven
- name: Install Kakadu SSH key
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- name: Check out source code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- name: Install JDK ${{ matrix.java }}
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v1
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
cache: maven
- name: Optionally, set artifact qualifier (for private builds that include Kakadu)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Check out source code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
- name: Install JDK ${{ matrix.java }}
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v1
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
cache: maven
- name: Optionally, set artifact qualifier (for private builds that include Kakadu)
Expand Down

0 comments on commit 2e061f3

Please sign in to comment.