File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6464 steps :
6565 - uses : actions/checkout@v4
6666
67- - uses : actions/setup-java@v3
67+ - uses : actions/setup-java@v4
6868 if : ${{ matrix.target == 'android' }}
6969 with :
7070 java-version : " 11"
Original file line number Diff line number Diff line change 6969 steps :
7070 - uses : actions/checkout@v4
7171
72- - uses : actions/setup-java@v3
72+ - uses : actions/setup-java@v4
7373 if : ${{ matrix.target == 'android' }}
7474 with :
7575 java-version : " 11"
Original file line number Diff line number Diff line change 3535 - name : checkout
3636 uses : actions/checkout@v4
3737
38- - uses : actions/setup-java@v3
38+ - uses : actions/setup-java@v4
3939 with :
4040 distribution : " adopt"
4141 java-version : " 11"
Original file line number Diff line number Diff line change 5757 with :
5858 flutter-version : ${{ steps.conf.outputs.flutter }}
5959
60- - uses : actions/setup-java@v3
60+ - uses : actions/setup-java@v4
6161 if : ${{ matrix.platform == 'android' }}
6262 with :
6363 java-version : " 11"
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030
31- - uses : actions/setup-java@v3
31+ - uses : actions/setup-java@v4
3232 with :
3333 distribution : " adopt"
3434 java-version : " 11"
Original file line number Diff line number Diff line change 6565 steps :
6666 - uses : actions/checkout@v4
6767
68- - uses : actions/setup-java@v3
68+ - uses : actions/setup-java@v4
6969 if : ${{ matrix.target == 'android' }}
7070 with :
7171 java-version : " 11"
You can’t perform that action at this time.
0 commit comments