File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 - name : Setup Flutter
1313 uses : ./.github/actions/setup
1414 - name : Analyze
Original file line number Diff line number Diff line change 1212 runs-on : ${{ inputs.platform == 'linux' && 'ubuntu-latest' || inputs.platform == 'windows' && 'windows-latest' || inputs.platform == 'macos' && 'macos-latest' }}
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Install dependencies
1717 if : ${{ inputs.platform == 'linux' }}
1818 run : |
Original file line number Diff line number Diff line change 1212 runs-on : ${{ inputs.platform == 'linux' && 'ubuntu-latest' || inputs.platform == 'windows' && 'windows-latest' || inputs.platform == 'macos' && 'macos-latest' }}
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Setup Flutter
1717 uses : ./.github/actions/setup
1818 - name : Run Tests
You can’t perform that action at this time.
0 commit comments