Skip to content

Commit a347393

Browse files
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 d05c89f commit a347393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Set up JDK 8
50-
uses: actions/setup-java@v2
50+
uses: actions/setup-java@v3
5151
with:
5252
distribution: 'adopt'
5353
java-version: 8

0 commit comments

Comments
 (0)