Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.2.1 to 4.2.2
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.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 8814f5b commit e79e13f
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.1
uses: actions/setup-java@v4.2.2
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.1
uses: actions/setup-java@v4.2.2
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.1
uses: actions/setup-java@v4.2.2
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.1
uses: actions/setup-java@v4.2.2
with:
java-version-file: .java-version
distribution: 'temurin'
Expand Down

0 comments on commit e79e13f

Please sign in to comment.