Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.2 to 4.3.0
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>
  • Loading branch information
dependabot[bot] authored and joakime committed Sep 22, 2024
1 parent 91459d1 commit 2246d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 2246d2c

Please sign in to comment.