Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.2.2 to 4.3.0 (#635)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.2...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 817c811 commit 264411a
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 @@ -37,7 +37,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up JDK
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.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 @@ -41,7 +41,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up JDK
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.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.2.2
uses: actions/setup-java@v4.3.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.2.2
uses: actions/setup-java@v4.3.0
with:
java-version-file: .java-version
distribution: 'temurin'
Expand Down

0 comments on commit 264411a

Please sign in to comment.