We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347893f commit 49ae9a1Copy full SHA for 49ae9a1
.github/workflows/dart.yml
@@ -108,7 +108,7 @@ jobs:
108
flutter-version: ${{ matrix.flutter-version }}
109
cache: true
110
# macos-11 and windows-2019/2022 default to Java 8, but Android Plugin requires 11.
111
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
112
with:
113
distribution: 'temurin'
114
java-version: '11'
0 commit comments