Skip to content

Commit a09053f

Browse files
Update actions/setup-java action to v2 (#195)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dccf8e8 commit a09053f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# os: [ubuntu-latest, windows-latest, macos-latest]
1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: actions/setup-java@v1
19+
- uses: actions/setup-java@v2
2020
with:
2121
java-version: '12.x'
2222
- uses: subosito/flutter-action@v1

0 commit comments

Comments
 (0)