Skip to content

Commit

Permalink
fix(deps): bump actions/setup-java from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 4, 2023
1 parent 74ff2e6 commit 385aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4 #https://github.com/actions/checkout

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3 #https://github.com/actions/setup-java
uses: actions/setup-java@v4 #https://github.com/actions/setup-java
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 385aaeb

Please sign in to comment.