File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,13 @@ concurrency:
1717 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1818 cancel-in-progress : true
1919
20- permissions :
21- contents : write
22- pull-requests : write
23-
2420jobs :
2521 build-android :
2622 runs-on : ubuntu-latest
2723 timeout-minutes : 30
2824
2925 steps :
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
26+ - uses : actions/checkout@v6
3127
3228 - uses : actions/setup-java@v5
3329 with :
4945 timeout-minutes : 30
5046
5147 steps :
52- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
48+ - uses : actions/checkout@v6
5349
5450 -
uses :
subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected] 5551 with :
8480 timeout-minutes : 30
8581
8682 steps :
87- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
83+ - uses : actions/checkout@v6
8884
8985 -
uses :
subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected] 9086 with :
You can’t perform that action at this time.
0 commit comments