Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.2 to 4.3.0 (#1688)
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] committed Sep 20, 2024
1 parent 1ddb15e commit 4ceb396
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
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:

- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: 21
distribution: 'corretto'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: 21
distribution: 'corretto'
Expand Down

0 comments on commit 4ceb396

Please sign in to comment.