Skip to content

Commit 9bfbe23

Browse files
Bump actions/setup-java from 1 to 2
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...v2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06e3a0b commit 9bfbe23

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2.1.5
1616
with:
1717
node-version: 15
18-
- uses: actions/setup-java@v1
18+
- uses: actions/setup-java@v2
1919
with:
2020
java-version: 15
2121
architecture: x64

0 commit comments

Comments
 (0)