Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 94d39d9

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump actions/setup-java from 3.2.0 to 3.3.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3.2.0...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>
1 parent b5ac5c4 commit 94d39d9

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
@@ -44,7 +44,7 @@ jobs:
4444
maven-${{ matrix.os }}-
4545
4646
- name: Set up JDK
47-
uses: actions/setup-java@v3.2.0
47+
uses: actions/setup-java@v3.3.0
4848
with:
4949
java-version: ${{ matrix.java }}
5050
distribution: 'temurin'

0 commit comments

Comments
 (0)