Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.4.0 to 4.5.0 (#673)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.4.0...v4.5.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent d4fe504 commit aa0bf33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up JDK
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version-file: .java-version
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up JDK
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version-file: .java-version
distribution: "temurin"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version-file: .java-version
distribution: "temurin"
Expand All @@ -49,7 +49,7 @@ jobs:
run: ./gradlew build jacocoTestReport --info

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

0 comments on commit aa0bf33

Please sign in to comment.