Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit afc8284

Browse files
Bump actions/setup-java from 3.1.1 to 3.3.0 (#87)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.1.1...v3.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>
1 parent fc68a5a commit afc8284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up JDK
41-
uses: actions/setup-java@v3.1.1
41+
uses: actions/setup-java@v3.3.0
4242
with:
4343
distribution: temurin
4444
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)