Skip to content

Commit

Permalink
Bump actions/setup-java from 4.3.0 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.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.3.0...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 and nightm4re94 committed Sep 30, 2024
1 parent cc6c5f1 commit 22a3f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: JDK Setup
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: JDK Setup
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 21
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 22a3f08

Please sign in to comment.