File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 timeout-minutes : 30
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - uses : subosito/flutter-action@v2
2626 with :
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848
4949 - name : Setup Dart
5050 uses : dart-lang/setup-dart@v1
5151 with :
5252 sdk : ${{ matrix.sdk }}
5353
5454 - name : Cache pub dependencies
55- uses : actions/cache@v4
55+ uses : actions/cache@v5
5656 with :
5757 path : |
5858 ${{ env.PUB_CACHE }}
Original file line number Diff line number Diff line change 2424 timeout-minutes : 15
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 app-id : ${{ secrets.APP_ID }}
2020 private-key : ${{ secrets.PRIVATE_KEY }}
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 - name : Setup Flutter
2525 uses : subosito/flutter-action@v2
Original file line number Diff line number Diff line change 2626 app-id : ${{ secrets.APP_ID }}
2727 private-key : ${{ secrets.PRIVATE_KEY }}
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v6
5656
5757 - name : Setup Flutter
5858 uses : subosito/flutter-action@v2
You can’t perform that action at this time.
0 commit comments