Skip to content

Commit

Permalink
Bump actions/setup-java from 3.4.0 to 3.5.0 (#692)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3.4.0...v3.5.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>

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] committed Sep 12, 2022
1 parent fbfab6f commit 4d58b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1.0.4

- name: Configure JDK
uses: actions/setup-java@v3.4.0
uses: actions/setup-java@v3.5.0
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1.0.4

- name: Configure JDK
uses: actions/setup-java@v3.4.0
uses: actions/setup-java@v3.5.0
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 4d58b02

Please sign in to comment.