We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1901611 commit 8a13f8fCopy full SHA for 8a13f8f
1 file changed
.github/workflows/run_ci.yml
@@ -25,10 +25,10 @@ jobs:
25
- os: macos-latest
26
flutter: stable
27
steps:
28
- - uses: actions/checkout@v4
29
- - uses: actions/setup-java@v1
+ - uses: actions/checkout@v5
+ - uses: actions/setup-java@v5
30
with:
31
- java-version: '11.x'
+ java-version: '17.x'
32
- uses: subosito/flutter-action@v1
33
34
channel: ${{ matrix.flutter }}
0 commit comments