Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.1 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.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...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 Oct 2, 2024
1 parent 4a5ddd1 commit 68a3bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Java and Scala
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: '17'
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Java and Scala
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: '17'
Expand Down

0 comments on commit 68a3bf4

Please sign in to comment.