Skip to content

Commit 35d4573

Browse files
chore: bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72abda5 commit 35d4573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Setup Java 11 environment for the next steps
4343
- name: Setup Java
44-
uses: actions/setup-java@v2
44+
uses: actions/setup-java@v3
4545
with:
4646
distribution: zulu
4747
java-version: 11

0 commit comments

Comments
 (0)