Skip to content

Commit 4665e21

Browse files
Bump actions/setup-java from 2.0.0 to 2.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.0.0...v2.1.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc60484 commit 4665e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: '12.x'
2525

26-
- uses: actions/setup-java@v2.0.0
26+
- uses: actions/setup-java@v2.1.0
2727
with:
2828
distribution: 'adopt'
2929
java-version: '8'

0 commit comments

Comments
 (0)