File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 working-directory : flint
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v7
2020 - uses : subosito/flutter-action@v2.21.0
2121 - run : dart pub get
2222 - run : dart analyze
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : nitrogen
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v7
2828 - uses : subosito/flutter-action@v2.21.0
2929 - run : flutter pub get
3030 - run : flutter analyze --fatal-warnings
3737 run :
3838 working-directory : nitrogen_flutter_svg
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v7
4141 - uses : subosito/flutter-action@v2.21.0
4242 - run : flutter pub get
4343 - run : flutter analyze
4949 run :
5050 working-directory : nitrogen_lottie
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v7
5353 - uses : subosito/flutter-action@v2.21.0
5454 - run : flutter pub get
5555 - run : flutter analyze
6161 run :
6262 working-directory : nitrogen_types
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v7
6565 - uses : subosito/flutter-action@v2.21.0
6666 - run : flutter pub get
6767 - run : flutter analyze --fatal-warnings
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
14- - uses : actions/download-artifact@v5
14+ - uses : actions/download-artifact@v8
1515 with :
1616 name : pr-metadata
1717 path : ./pr-metadata
2727
2828 - id : download-patch
2929 continue-on-error : true
30- uses : actions/download-artifact@v5
30+ uses : actions/download-artifact@v8
3131 with :
3232 name : format-changes
3333 path : ./
@@ -44,14 +44,14 @@ jobs:
4444 fi
4545
4646 - if : steps.check-changes.outputs.changes == 'true'
47- uses : actions/create-github-app-token@v2
47+ uses : actions/create-github-app-token@v3
4848 id : generate-token
4949 with :
5050 app-id : ${{ secrets.AUTO_MAID_APP_ID }}
5151 private-key : ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
5252
5353 - if : steps.check-changes.outputs.changes == 'true'
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v7
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 repository : ${{ steps.pr-metadata.outputs.pr_head_repo }}
6464 rm changes.patch
6565
6666 - if : steps.check-changes.outputs.changes == 'true'
67- uses : EndBug/add-and-commit@v9
67+ uses : EndBug/add-and-commit@v11
6868 with :
6969 pull : ' --rebase --autostash'
7070 message : ' Prepare nitrogen_flutter_svg for review'
Original file line number Diff line number Diff line change 2020 run :
2121 working-directory : nitrogen_flutter_svg
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v7
2424 - uses : subosito/flutter-action@v2.21.0
2525 with :
2626 cache : true
4242 }
4343
4444 - if : steps.changes.outputs.changes == 'true'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : format-changes
4848 path : changes.patch
5757 echo "${{ github.event.pull_request.head.repo.full_name }}" > pr-head-repo.txt
5858
5959 - if : steps.changes.outputs.changes == 'true'
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : pr-metadata
6363 path : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
14- - uses : actions/download-artifact@v5
14+ - uses : actions/download-artifact@v8
1515 with :
1616 name : pr-metadata
1717 path : ./pr-metadata
2727
2828 - id : download-patch
2929 continue-on-error : true
30- uses : actions/download-artifact@v5
30+ uses : actions/download-artifact@v8
3131 with :
3232 name : format-changes
3333 path : ./
@@ -44,14 +44,14 @@ jobs:
4444 fi
4545
4646 - if : steps.check-changes.outputs.changes == 'true'
47- uses : actions/create-github-app-token@v2
47+ uses : actions/create-github-app-token@v3
4848 id : generate-token
4949 with :
5050 app-id : ${{ secrets.AUTO_MAID_APP_ID }}
5151 private-key : ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
5252
5353 - if : steps.check-changes.outputs.changes == 'true'
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v7
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 repository : ${{ steps.pr-metadata.outputs.pr_head_repo }}
6464 rm changes.patch
6565
6666 - if : steps.check-changes.outputs.changes == 'true'
67- uses : EndBug/add-and-commit@v9
67+ uses : EndBug/add-and-commit@v11
6868 with :
6969 pull : ' --rebase --autostash'
7070 message : ' Prepare nitrogen_lottie for review'
Original file line number Diff line number Diff line change 2020 run :
2121 working-directory : nitrogen_lottie
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v7
2424 - uses : subosito/flutter-action@v2.21.0
2525 with :
2626 cache : true
4242 }
4343
4444 - if : steps.changes.outputs.changes == 'true'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : format-changes
4848 path : changes.patch
5757 echo "${{ github.event.pull_request.head.repo.full_name }}" > pr-head-repo.txt
5858
5959 - if : steps.changes.outputs.changes == 'true'
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : pr-metadata
6363 path : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
14- - uses : actions/download-artifact@v5
14+ - uses : actions/download-artifact@v8
1515 with :
1616 name : pr-metadata
1717 path : ./pr-metadata
2727
2828 - id : download-patch
2929 continue-on-error : true
30- uses : actions/download-artifact@v5
30+ uses : actions/download-artifact@v8
3131 with :
3232 name : format-changes
3333 path : ./
@@ -44,14 +44,14 @@ jobs:
4444 fi
4545
4646 - if : steps.check-changes.outputs.changes == 'true'
47- uses : actions/create-github-app-token@v2
47+ uses : actions/create-github-app-token@v3
4848 id : generate-token
4949 with :
5050 app-id : ${{ secrets.AUTO_MAID_APP_ID }}
5151 private-key : ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
5252
5353 - if : steps.check-changes.outputs.changes == 'true'
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v7
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 repository : ${{ steps.pr-metadata.outputs.pr_head_repo }}
6464 rm changes.patch
6565
6666 - if : steps.check-changes.outputs.changes == 'true'
67- uses : EndBug/add-and-commit@v9
67+ uses : EndBug/add-and-commit@v11
6868 with :
6969 pull : ' --rebase --autostash'
7070 message : ' Prepare Nitrogen for review'
Original file line number Diff line number Diff line change 2020 run :
2121 working-directory : nitrogen
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v7
2424 - uses : subosito/flutter-action@v2.21.0
2525 with :
2626 cache : true
4242 }
4343
4444 - if : steps.changes.outputs.changes == 'true'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : format-changes
4848 path : changes.patch
5757 echo "${{ github.event.pull_request.head.repo.full_name }}" > pr-head-repo.txt
5858
5959 - if : steps.changes.outputs.changes == 'true'
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : pr-metadata
6363 path : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1313 steps :
14- - uses : actions/download-artifact@v5
14+ - uses : actions/download-artifact@v8
1515 with :
1616 name : pr-metadata
1717 path : ./pr-metadata
2727
2828 - id : download-patch
2929 continue-on-error : true
30- uses : actions/download-artifact@v5
30+ uses : actions/download-artifact@v8
3131 with :
3232 name : format-changes
3333 path : ./
@@ -44,14 +44,14 @@ jobs:
4444 fi
4545
4646 - if : steps.check-changes.outputs.changes == 'true'
47- uses : actions/create-github-app-token@v2
47+ uses : actions/create-github-app-token@v3
4848 id : generate-token
4949 with :
5050 app-id : ${{ secrets.AUTO_MAID_APP_ID }}
5151 private-key : ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
5252
5353 - if : steps.check-changes.outputs.changes == 'true'
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v7
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 repository : ${{ steps.pr-metadata.outputs.pr_head_repo }}
6464 rm changes.patch
6565
6666 - if : steps.check-changes.outputs.changes == 'true'
67- uses : EndBug/add-and-commit@v9
67+ uses : EndBug/add-and-commit@v11
6868 with :
6969 pull : ' --rebase --autostash'
7070 message : ' Prepare nitrogen_types for review'
Original file line number Diff line number Diff line change 2020 run :
2121 working-directory : nitrogen_types
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v7
2424 - uses : subosito/flutter-action@v2.21.0
2525 with :
2626 cache : true
4242 }
4343
4444 - if : steps.changes.outputs.changes == 'true'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : format-changes
4848 path : changes.patch
5757 echo "${{ github.event.pull_request.head.repo.full_name }}" > pr-head-repo.txt
5858
5959 - if : steps.changes.outputs.changes == 'true'
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : pr-metadata
6363 path : |
You can’t perform that action at this time.
0 commit comments