Skip to content

Commit 8016fb3

Browse files
dependabot[bot]laeubi
authored andcommitted
Bump actions/setup-java from 4.2.2 to 4.3.0
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] <[email protected]>
1 parent 803af14 commit 8016fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v4.2.2
22+
uses: actions/setup-java@v4.3.0
2323
with:
2424
java-version: '17'
2525
distribution: 'adopt'

0 commit comments

Comments
 (0)