File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Generate Hash
1717 run : |
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : ${{ github.repository == 'flutter/flutter' }}
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2323 - name : ./bin/flutter test --coverage
2424 run : pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2525 - name : upload coverage
Original file line number Diff line number Diff line change 4444 run : |
4545 echo "COMMIT_SHA=$(echo ${{ github.event.pull_request.merge_commit_sha }})" >> $GITHUB_ENV
4646 - name : Checkout Flutter Repo
47- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
47+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
4848 with :
4949 repository : flutteractionsbot/flutter
5050 path : flutter
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Fetch base commit and origin/master
2121 # Fetch what to compare the commit against
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Setup Repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 repository : ${{ github.repository }}
2121 ref : master
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 # Note: we must check out the tree for the composite action to be available
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : ./.github/actions/composite-flutter-setup
2727
2828 - name : Tool Test
You can’t perform that action at this time.
0 commit comments